Searched refs:exi_vp (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_ns.c | 112 error = vop_fid_pseudo(exi->exi_vp, &exp_fid); in nfs4_vget_pseudo() 117 VN_HOLD(exi->exi_vp); in nfs4_vget_pseudo() 118 *vpp = exi->exi_vp; in nfs4_vget_pseudo() 163 exi->exi_vp = vp; in pseudo_exportfs() 164 VN_HOLD(exi->exi_vp); in pseudo_exportfs() 637 vp = exip->exi_vp; in treeclimb_export() 963 vp_is_exported = VN_CMP(vp, exi->exi_vp); in has_visible() 1046 if (VN_CMP(vp, exi->exi_vp)) in nfs_visible() 1124 if (VN_CMP(vp, exi->exi_vp)) in nfs_exported() 1214 if (VN_CMP(vp, exi->exi_vp)) in nfs_visible_change()
|
H A D | nfs_export.c | 724 if (isadd && !(exip->exi_vp->v_flag & VROOT) && in srv_secinfo_treeclimb() 825 exi_root->exi_vp = rootdir; in nfs_exportinit() 827 error = vop_fid_pseudo(exi_root->exi_vp, &exi_rootfid); in nfs_exportinit() 1129 if (ex1 && !PSEUDO(ex1) && !VN_CMP(ex1->exi_vp, vp)) { in exportfs() 1171 VN_CMP(ex2->exi_vp, vp) && in exportfs() 1189 exi->exi_vp = vp; in exportfs() 1475 if (ex != exi_root && VN_CMP(ex->exi_vp, vp)) { in exportfs() 1681 newexi = pseudo_exportfs(exi->exi_vp, &exi->exi_fid, in unexport() 2295 ASSERT(exi->exi_vp != NULL); in nfs_fhtovp() 2303 vp = exi->exi_vp; in nfs_fhtovp() [all …]
|
H A D | nfs4_srv.c | 2395 if (cs->exi->exi_moved || vn_is_nfs_reparse(cs->exi->exi_vp, cs->cr)) { in rfs4_op_getfh() 3454 vp = exi->exi_vp; in rfs4_op_putpubfh()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | export.h | 475 ((t)->tree_exi && (t)->tree_exi->exi_vp->v_flag & VROOT) 520 vnode_t *exi_vp; member
|