Home
last modified time | relevance | path

Searched refs:tree_child_first (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()
253 parent->tree_child_first = newchild; in tree_add_child()
260 for (t = t->tree_child_first; t; t = t->tree_sibling) in tree_find_child_by_vis()
277 tnode->tree_child_first = n; in tree_prepend_node()
307 if (parent->tree_child_first == node) { in tree_remove_node()
308 parent->tree_child_first = node->tree_sibling; in tree_remove_node()
311 s = parent->tree_child_first; in tree_remove_node()
499 tree_head = tree_head->tree_child_first; in more_visible()
815 tree_head = tree_head->tree_child_first; in treeclimb_export()
878 tnode->tree_child_first == NULL) { in treeclimb_unexport()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c368 mdb_printf("tree_child_first: %p\n", tn->tree_child_first); in print_tree()
391 if (tn->tree_child_first != NULL) { in print_tree()
395 status = print_tree((uintptr_t)tn->tree_child_first, in print_tree()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h468 struct treenode *tree_child_first; member