Searched defs:startBlock (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c216 FindExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean allowPrevious, HFSPlusExtentKey *foundKey, HFSPlusExtentRecord foundData, u_int32_t *foundHint) argument
414 DeleteExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock) argument
485 u_int32_t startBlock; // volume allocation block corresponding to firstFABN local
611 TruncateExtents( ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean * recordDeleted) argument
853 AddFileExtent(ExtendedVCB *vcb, FCB *fcb, u_int32_t startBlock, u_int32_t blockCount) argument
939 u_int32_t startBlock; local
1287 u_int32_t startBlock; // Physical (volume) allocation block number of start of a range local
2011 u_int32_t startBlock; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_format.h153 u_int16_t startBlock; /* first file allocation block number in this extent */ member in struct:HFSExtentKey
163 u_int32_t startBlock; /* first file allocation block number in this extent */ member in struct:HFSPlusExtentKey
175 u_int16_t startBlock; /* first allocation block */ member in struct:HFSExtentDescriptor
182 u_int32_t startBlock; /* first allocation block */ member in struct:HFSPlusExtentDescriptor
531 u_int32_t startBlock; /* first allocation block number for extents */ member in struct:HFSPlusAttrKey

Completed in 46 milliseconds