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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c320 u_int32_t mapBits, totalMapBits; local
350 totalMapBits = 0;
356 recStartBit = totalMapBits; // bit number of first bit in map record
357 totalMapBits += mapBits;
361 if (DEBUG_BUILD && totalMapBits != CalcMapBits (btreePtr))
362 Panic ("\pExtendBTree: totalMapBits != CalcMapBits");
387 if (newTotalNodes > totalMapBits)
389 newMapNodes = (((newTotalNodes - totalMapBits) >> 3) / mapNodeRecSize) + 1;
471 recStartBit = totalMapBits; // bit number of first bit in map record
472 totalMapBits
[all...]

Completed in 24 milliseconds