Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c98 for (visp = exi->exi_visible; visp; visp = visp->vis_next) { in nfs4_vget_pseudo()
227 next = visp->vis_next; in free_visible()
463 next = vp1->vis_next; in more_visible()
466 for (vp2 = exi->exi_visible; vp2; vp2 = vp2->vis_next) { in more_visible()
483 tail->vis_next = vp1; in more_visible()
484 vp1->vis_next = NULL; in more_visible()
545 next = vp2->vis_next; in less_visible()
556 prev->vis_next = next; in less_visible()
734 visp->vis_next = vis_head; in treeclimb_export()
996 for (visp = exi->exi_visible; visp; visp = visp->vis_next) { in has_visible()
[all …]
/titanic_44/usr/src/uts/common/nfs/
H A Dexport.h571 struct exp_visible *vis_next; member