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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c734 u_int32_t extentAllocationBlocks; local
741 extentAllocationBlocks = 0;
747 extentAllocationBlocks += ((HFSPlusExtentDescriptor *)extents)[i].blockCount;
748 if ( extentAllocationBlocks >= totalBlocks ) // greater than or equal (extents can add past eof if 'Close" crashes w/o truncating new clump)
756 extentAllocationBlocks += ((HFSExtentDescriptor *)extents)[i].blockCount;
757 if ( extentAllocationBlocks >= totalBlocks ) // greater than or equal (extents can add past eof if 'Close" crashes w/o truncating new clump)
762 return( extentAllocationBlocks );

Completed in 16 milliseconds