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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c243 /* Look up among direct children a node with the exact tree_vis pointer */
248 if (t->tree_vis == vis)
268 tnode->tree_vis = v;
279 * Does not free structures pointed by tree_exi and tree_vis,
410 * 'child = tree_find_child_by_vis(connect_point, curr->tree_vis);'
415 * with the same value of tree_vis as the curr->tree_vis is,
425 * tree_vis as N1
429 * Even that N3 and T3 have same tree_vis, they are NOT merged, but will
440 vis_head = tree_head->tree_vis;
[all...]
H A Dnfs_export.c725 tnode->tree_vis->vis_seccnt > 0) {
727 &exip->exi_export.ex_seccnt, tnode->tree_vis->vis_secinfo,
728 tnode->tree_vis->vis_seccnt, FALSE);
753 if (tnode->tree_vis != NULL) {
754 secinfo_t **pxsec = &tnode->tree_vis->vis_secinfo;
755 int *pxcnt = &tnode->tree_vis->vis_seccnt;
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h404 * different tree_vis can point to the same exp_visible_t.
407 * corresponding to /tmp/a and both will have same value in tree_vis.
453 * treenode_t::tree_vis .........> exp_visible_t
463 struct exp_visible *tree_vis; member in struct:treenode
556 * 1) from treenode::tree_vis
559 * be always freed only from exportinfo_t, never from treenode::tree_vis.

Completed in 67 milliseconds