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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c594 u_int32_t numAllocationBlocks; local
598 numAllocationBlocks = extentRecord[extentIndex].blockCount;
599 if ( numAllocationBlocks == 0 )
605 err = BlockDeallocate( vcb, extentRecord[extentIndex].startBlock, numAllocationBlocks , 0);
609 *numReleasedAllocationBlocks += numAllocationBlocks; // bump FABN to beg of next extent
1705 u_int32_t numAllocationBlocks; local
1722 numAllocationBlocks = extentData[extentIndex].blockCount;
1723 if ( numAllocationBlocks == 0 )
1728 *endingFABNPlusOne += numAllocationBlocks;

Completed in 20 milliseconds