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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c163 const HFSPlusExtentRecord extentRecord,
190 const HFSPlusExtentRecord extentRecord,
576 const HFSPlusExtentRecord extentRecord,
598 numAllocationBlocks = extentRecord[extentIndex].blockCount;
605 err = BlockDeallocate( vcb, extentRecord[extentIndex].startBlock, numAllocationBlocks , 0);
1355 HFSPlusExtentRecord extentRecord; local
1447 err = SearchExtentFile(vcb, fcb, peof-1, &key, extentRecord, &extentIndex, &hint, &extentNextBlock);
1460 startBlock = extentRecord[extentIndex].startBlock + extentRecord[extentIndex].blockCount - numBlocks;
1465 extentRecord[extentInde
574 ReleaseExtents( ExtendedVCB *vcb, const HFSPlusExtentRecord extentRecord, u_int32_t *numReleasedAllocationBlocks, Boolean *releasedLastExtent) argument
2043 ExtentsAreIntegral( const HFSPlusExtentRecord extentRecord, u_int32_t mask, u_int32_t *blocksChecked, Boolean *checkedLastExtent) argument
[all...]

Completed in 30 milliseconds