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

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h394 struct exp_visible;
400 * and exp_visible struct. They were introduced to avoid lookup of ".."
463 struct exp_visible *tree_vis;
521 struct exp_visible *exi_visible;
537 * exp_visible is a visible list per filesystem. It is for filesystems
547 * exp_visible list. The directories in the fid list comprise paths that
554 * exp_visible itself is not reference counted. Each exp_visible is
558 * The 'owner' of exp_visible is the exportinfo structure. exp_visible shoul
562 struct exp_visible { struct
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c92 struct exp_visible *visp;
145 pseudo_exportfs(vnode_t *vp, fid_t *fid, struct exp_visible *vis_head,
216 free_visible(struct exp_visible *head)
218 struct exp_visible *visp, *next;
255 * Interconnects the new treenode with exp_visible and exportinfo
320 * exp_visible chain (vis_head) can differ in length. The latter
436 struct exp_visible *vp1, *vp2, *vis_head, *tail, *next;
491 * exp_visible vp2, so we can search among the children of
535 less_visible(struct exportinfo *exi, struct exp_visible *vp1)
537 struct exp_visible *vp
[all...]
H A Dnfs4_srv_readdir.c412 struct exp_visible *visp;

Completed in 63 milliseconds