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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c217 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
422 DeleteExtentRecord( const ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock) argument
496 u_int32_t startBlock; // volume allocation block corresponding to firstFABN local
631 TruncateExtents( ExtendedVCB *vcb, u_int8_t forkType, u_int32_t fileID, u_int32_t startBlock, Boolean * recordDeleted) argument
871 AddFileExtent(ExtendedVCB *vcb, FCB *fcb, u_int32_t startBlock, u_int32_t blockCount) argument
956 u_int32_t startBlock; local
1350 u_int32_t startBlock; // Physical (volume) allocation block number of start of a range local
2089 u_int32_t startBlock; local
[all...]
H A DVolumeAllocation.c701 uint32_t startBlock, numBlocks; local
3487 hfs_isrbtree_allocated(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t numBlocks, extent_node_t **ret_node) argument
3729 hfs_count_allocated(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t numBlocks, u_int32_t *allocCount) argument
4404 add_free_extent_list(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
4480 remove_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
4607 add_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_format.h160 u_int16_t startBlock; /* first file allocation block number in this extent */ member in struct:HFSExtentKey
170 u_int32_t startBlock; /* first file allocation block number in this extent */ member in struct:HFSPlusExtentKey
182 u_int16_t startBlock; /* first allocation block */ member in struct:HFSExtentDescriptor
189 u_int32_t startBlock; /* first allocation block */ member in struct:HFSPlusExtentDescriptor
556 u_int32_t startBlock; /* first allocation block number for extents */ member in struct:HFSPlusAttrKey
H A Dhfs_vfsops.c6361 u_int32_t startBlock; local
[all...]

Completed in 45 milliseconds