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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c361 if (DEBUG_BUILD && totalMapBits != CalcMapBits (btreePtr))
362 Panic ("\pExtendBTree: totalMapBits != CalcMapBits");
604 ////////////////////////////////// CalcMapBits //////////////////////////////////
606 u_int32_t CalcMapBits (BTreeControlBlockPtr btreePtr) function
H A DBTreeNodeReserve.c185 if (totalNodes > (int)CalcMapBits(btree)) {
H A DBTree.c1372 if (nodesNeeded > CalcMapBits (btreePtr)) // we'll need to add a map node too!
1523 if (nodesNeeded > CalcMapBits (btreePtr)) // we'll need to add a map node too!
1728 if (nodesNeeded > CalcMapBits (btreePtr))
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h322 u_int32_t CalcMapBits (BTreeControlBlockPtr btreePtr);

Completed in 29 milliseconds