Home
last modified time | relevance | path

Searched refs:tree_sibling (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c242 newchild->tree_sibling = parent->tree_child_first; in tree_add_child()
250 for (t = t->tree_child_first; t; t = t->tree_sibling) in tree_find_child_by_vis()
298 parent->tree_child_first = node->tree_sibling; in tree_remove_node()
302 while (s->tree_sibling != node) in tree_remove_node()
303 s = s->tree_sibling; in tree_remove_node()
304 s->tree_sibling = s->tree_sibling->tree_sibling; in tree_remove_node()
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h463 struct treenode *tree_sibling; /* next sibling */ member