Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c101 for (visp = exi->exi_visible; visp; visp = visp->vis_next) { in nfs4_vget_pseudo()
237 next = visp->vis_next; in free_visible()
474 next = vp1->vis_next; in more_visible()
477 for (vp2 = exi->exi_visible; vp2; vp2 = vp2->vis_next) { in more_visible()
494 tail->vis_next = vp1; in more_visible()
495 vp1->vis_next = NULL; in more_visible()
556 next = vp2->vis_next; in less_visible()
567 prev->vis_next = next; in less_visible()
750 visp->vis_next = vis_head; in treeclimb_export()
1029 for (visp = exi->exi_visible; visp; visp = visp->vis_next) { in has_visible()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h593 struct exp_visible *vis_next; member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c643 wsp->walk_addr = (uintptr_t)vis.vis_next; in nfs_expvis_walk_step()