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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c605 UInt32 numABlks; local
724 numABlks = myVOPtr->totalDeviceSectors / ( myVHBPtr->blockSize / Blk_Size );
725 if ( myVHBPtr->totalBlocks > numABlks ) {
731 myVHBPtr->totalBlocks, numABlks );
756 numABlks = totalSectors;
759 for( i = 2; numABlks > maxNumberOfAllocationBlocks; i++ ) {
761 numABlks = totalSectors / i; // recompute #ablocks, assuming this size
765 numABlks = totalSectors / ( realAllocationBlockSize / Blk_Size );
794 bitMapSizeInSectors = ( numABlks + kBitsPerSector - 1 ) / kBitsPerSector; // VBM size in blocks
796 //�� Calculate the validaty of HFS Allocation blocks, I think realTotalBlocks == numABlks
1012 UInt32 numABlks; local
1360 UInt32 numABlks; local
1584 UInt32 numABlks; local
2055 UInt32 numABlks; local
[all...]
H A DSVerify2.c68 UInt32 numABlks; local
74 numABlks = 1;
139 if ( numABlks == 0 )
152 numABlks = extentBlockCount;

Completed in 117 milliseconds