Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dexport.h397 struct exp_visible;
466 struct exp_visible *tree_vis;
524 struct exp_visible *exi_visible;
565 struct exp_visible { struct
571 struct exp_visible *vis_next; argument
576 typedef struct exp_visible exp_visible_t; argument
644 struct exp_visible **);
646 extern void free_visible(struct exp_visible *);
649 struct exp_visible *, struct exportdata *);
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c92 struct exp_visible *visp; in nfs4_vget_pseudo()
148 pseudo_exportfs(vnode_t *vp, fid_t *fid, struct exp_visible *vis_head, in pseudo_exportfs()
219 free_visible(struct exp_visible *head) in free_visible()
221 struct exp_visible *visp, *next; in free_visible()
439 struct exp_visible *vp1, *vp2, *vis_head, *tail, *next; in more_visible()
538 less_visible(struct exportinfo *exi, struct exp_visible *vp1) in less_visible()
540 struct exp_visible *vp2; in less_visible()
541 struct exp_visible *prev, *next; in less_visible()
627 struct exp_visible *visp; in treeclimb_export()
628 struct exp_visible *vis_head = NULL; in treeclimb_export()
[all …]
H A Dnfs4_srv_readdir.c413 struct exp_visible *visp; in rfs4_op_readdir()