Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c252 newchild->tree_sibling = parent->tree_child_first; in tree_add_child()
260 for (t = t->tree_child_first; t; t = t->tree_sibling) in tree_find_child_by_vis()
308 parent->tree_child_first = node->tree_sibling; in tree_remove_node()
312 while (s->tree_sibling != node) in tree_remove_node()
313 s = s->tree_sibling; in tree_remove_node()
314 s->tree_sibling = s->tree_sibling->tree_sibling; in tree_remove_node()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c369 mdb_printf("tree_sibling: %p\n", tn->tree_sibling); in print_tree()
389 addr = (uintptr_t)tn->tree_sibling; in print_tree()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h450 struct treenode *tree_sibling; /* next sibling */ member