Searched refs:AddFileExtent (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h306 AddFileExtent (ExtendedVCB *vcb, FCB *fcb, u_int32_t startBlock, u_int32_t blockCount);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c871 AddFileExtent(ExtendedVCB *vcb, FCB *fcb, u_int32_t startBlock, u_int32_t blockCount) function
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4167 error = AddFileExtent(vcb, fp, vcb->totalBlocks, bitmapblks);
4216 * this is only needed if we used AddFileExtent. Also note that this
4218 * we used AddFileExtent (since the part of the bitmap we're touching

Completed in 95 milliseconds