Searched defs:vis_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c145 pseudo_exportfs(vnode_t *vp, fid_t *fid, struct exp_visible *vis_head, argument
162 exi->exi_visible = vis_head;
320 * exp_visible chain (vis_head) can differ in length. The latter
321 * can be shorter. The outer loop must loop over the vis_head chain.
348 * tree_head vis_head
436 struct exp_visible *vp1, *vp2, *vis_head, *tail, *next; local
440 vis_head = tree_head->tree_vis;
449 exi->exi_visible = vis_head;
452 tree_update_change(connect_point, &vis_head->vis_change);
458 for (vp1 = vis_head; vp
625 struct exp_visible *vis_head = NULL; local
[all...]

Completed in 448 milliseconds