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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTreeAllocate.c301 if (DEBUG_BUILD && totalMapBits != CalcMapBits (btreePtr))
302 Panic ("\pExtendBTree: totalMapBits != CalcMapBits");
531 ////////////////////////////////// CalcMapBits //////////////////////////////////
533 UInt32 CalcMapBits (BTreeControlBlockPtr btreePtr) function
H A DBTreePrivate.h254 UInt32 CalcMapBits (BTreeControlBlockPtr btreePtr);
H A DBTree.c1248 if (nodesNeeded > CalcMapBits (btreePtr)) // we'll need to add a map node too!
1437 if (nodesNeeded > CalcMapBits (btreePtr)) // we'll need to add a map node too!
1588 if (nodesNeeded > CalcMapBits (btreePtr)) // we'll need to add a map node too!
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c361 if (DEBUG_BUILD && totalMapBits != CalcMapBits (btreePtr))
362 Panic ("ExtendBTree: totalMapBits != CalcMapBits");
604 ////////////////////////////////// CalcMapBits //////////////////////////////////
606 u_int32_t CalcMapBits (BTreeControlBlockPtr btreePtr) function
H A DBTreeNodeReserve.c201 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.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h322 u_int32_t CalcMapBits (BTreeControlBlockPtr btreePtr);

Completed in 197 milliseconds