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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c219 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
431 DeleteExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock) argument
509 u_int32_t startBlock; // volume allocation block corresponding to firstFABN local
644 TruncateExtents( ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean * recordDeleted) argument
885 AddFileExtent(ExtendedVCB *vcb, FCB *fcb, u_int32_t startBlock, u_int32_t blockCount) argument
970 u_int32_t startBlock; local
1400 u_int32_t startBlock; // Physical (volume) allocation block number of start of a range local
2149 u_int32_t startBlock; local
[all...]
H A DVolumeAllocation.c621 uint32_t startBlock, numBlocks; local
3423 hfs_count_allocated(struct hfsmount *hfsmp, u_int32_t startBlock, argument
4772 add_free_extent_list(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
4848 remove_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
4968 add_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h152 u_int16_t startBlock; /* first file allocation block number in this extent */ member in struct:HFSExtentKey
162 u_int32_t startBlock; /* first file allocation block number in this extent */ member in struct:HFSPlusExtentKey
174 u_int16_t startBlock; /* first allocation block */ member in struct:HFSExtentDescriptor
181 u_int32_t startBlock; /* first allocation block */ member in struct:HFSPlusExtentDescriptor
548 u_int32_t startBlock; /* first allocation block number for extents */ member in struct:HFSPlusAttrKey
H A Dhfs_vfsops.c6435 u_int32_t startBlock; local
[all...]

Completed in 74 milliseconds