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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c239 newchild->tree_sibling = parent->tree_child_first;
240 parent->tree_child_first = newchild;
247 for (t = t->tree_child_first; t; t = t->tree_sibling)
264 tnode->tree_child_first = n;
294 if (parent->tree_child_first == node) {
295 parent->tree_child_first = node->tree_sibling;
298 s = parent->tree_child_first;
485 tree_head = tree_head->tree_child_first;
793 tree_head = tree_head->tree_child_first;
835 (TREE_EXPORTED(tnode) || tnode->tree_child_first !
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h459 struct treenode *tree_child_first; member in struct:treenode

Completed in 61 milliseconds