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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c791 UInt32 bitMapSizeInSectors; local
794 bitMapSizeInSectors = ( numABlks + kBitsPerSector - 1 ) / kBitsPerSector; // VBM size in blocks
797 numABlks = (totalSectors - 3 - bitMapSizeInSectors) / (realAllocationBlockSize / Blk_Size); // actual # of alloc blks
812 if (myMDBPtr->drAlBlSt < (myMDBPtr->drVBMSt + bitMapSizeInSectors)) {

Completed in 123 milliseconds