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

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c320 u_int32_t mapBits, totalMapBits; local
355 mapBits = mapSize << 3; // mapSize (in bytes) * 8
357 totalMapBits += mapBits;
442 while (bitInRecord >= mapBits)
470 mapBits = mapSize << 3; // mapSize (in bytes) * 8
472 totalMapBits += mapBits;
608 u_int32_t mapBits; local
610 mapBits = M_HeaderMapRecordSize (btreePtr->nodeSize) << 3;
612 while (mapBits < btreePtr->totalNodes)
613 mapBits
[all...]

Completed in 72 milliseconds