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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c574 u_int32_t numAllocationBlocks; local
578 numAllocationBlocks = extentRecord[extentIndex].blockCount;
579 if ( numAllocationBlocks == 0 )
585 err = BlockDeallocate( vcb, extentRecord[extentIndex].startBlock, numAllocationBlocks );
589 *numReleasedAllocationBlocks += numAllocationBlocks; // bump FABN to beg of next extent
1631 u_int32_t numAllocationBlocks; local
1648 numAllocationBlocks = extentData[extentIndex].blockCount;
1649 if ( numAllocationBlocks == 0 )
1654 *endingFABNPlusOne += numAllocationBlocks;

Completed in 22 milliseconds