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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c92 struct exp_visible *visp; local
97 for (visp = exi->exi_visible; visp; visp = visp->vis_next) {
98 if (EQFID(fidp, &visp->vis_fid)) {
99 VN_HOLD(visp->vis_vp);
100 *vpp = visp->vis_vp;
218 struct exp_visible *visp, *next; local
220 for (visp
624 struct exp_visible *visp; local
951 struct exp_visible *visp; local
1009 struct exp_visible *visp; local
1085 struct exp_visible *visp; local
1137 nfs_visible_inode(struct exportinfo *exi, ino64_t ino, struct exp_visible **visp) argument
1170 struct exp_visible *visp; local
[all...]
H A Dnfs4_srv_readdir.c412 struct exp_visible *visp; local
690 /* reset visp */
691 visp = NULL;
710 !nfs_visible_inode(cs->exi, dp->d_ino, &visp)) {
728 visp != NULL ? visp->vis_exported : 0);
921 if (visp != NULL) {
924 visp->vis_change);

Completed in 47 milliseconds