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

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c162 Boolean *updateParent,
397 Boolean updateParent; local
409 updateParent = false;
417 &newNodeNum, &newIndex, &leftNode, &updateParent, &insertParent, &newRoot );
443 &newNodeNum, &newIndex, &leftNode, &updateParent, &insertParent, &temp);
446 if ( DEBUG_BUILD && updateParent && newRoot )
452 if ( insertParent || updateParent )
483 if ( updateParent )
511 if ( updateParent )
568 Boolean *updateParent,
557 InsertNode(BTreeControlBlockPtr btreePtr, InsertKey *key, BlockDescriptor *rightNode, u_int32_t node, u_int16_t index, u_int32_t *newNode, u_int16_t *newIndex, BlockDescriptor *leftNode, Boolean *updateParent, Boolean *insertParent, Boolean *rootSplit ) argument
[all...]

Completed in 140 milliseconds