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

/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h313 OSStatus AllocateNode (BTreeControlBlockPtr btreePtr,
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c75 <3> 5/10/93 gs Fix pointer arithmetic bug in AllocateNode.
78 <0> 1/1/93 gs begin AllocateNode and FreeNode
97 Routine: AllocateNode - Find Free Node, Mark It Used, and Return Node Number.
120 OSStatus AllocateNode (BTreeControlBlockPtr btreePtr, u_int32_t *nodeNum) function
H A DBTreeTreeOps.c1162 err = AllocateNode (btreePtr, &newNodeNum);
1204 M_BTreeHeaderDirty (btreePtr); //�� AllocateNode should have set the bit already...
1278 err = AllocateNode (btreePtr, &rootNum);
H A DBTree.c1309 err = AllocateNode (btreePtr, &insertNodeNum);

Completed in 76 milliseconds