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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c163 const HFSPlusExtentRecord extentRecord,
189 const HFSPlusExtentRecord extentRecord,
556 const HFSPlusExtentRecord extentRecord,
578 numAllocationBlocks = extentRecord[extentIndex].blockCount;
585 err = BlockDeallocate( vcb, extentRecord[extentIndex].startBlock, numAllocationBlocks );
1292 HFSPlusExtentRecord extentRecord; local
1372 err = SearchExtentFile(vcb, fcb, peof-1, &key, extentRecord, &extentIndex, &hint, &extentNextBlock);
1385 startBlock = extentRecord[extentIndex].startBlock + extentRecord[extentIndex].blockCount - numBlocks;
1390 extentRecord[extentInde
554 ReleaseExtents( ExtendedVCB *vcb, const HFSPlusExtentRecord extentRecord, u_int32_t *numReleasedAllocationBlocks, Boolean *releasedLastExtent) argument
1964 ExtentsAreIntegral( const HFSPlusExtentRecord extentRecord, u_int32_t mask, u_int32_t *blocksChecked, Boolean *checkedLastExtent) argument
[all...]

Completed in 31 milliseconds