Searched refs:exi_vp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c86 * nfs filesystem or get the exi_vp if it is the root node.
109 error = vop_fid_pseudo(exi->exi_vp, &exp_fid);
114 VN_HOLD(exi->exi_vp);
115 *vpp = exi->exi_vp;
160 exi->exi_vp = vp;
161 VN_HOLD(exi->exi_vp);
634 vp = exip->exi_vp;
955 vp_is_exported = VN_CMP(vp, exi->exi_vp);
1027 if (VN_CMP(vp, exi->exi_vp)) {
1096 * it when exi_vp wa
[all...]
H A Dnfs_export.c724 if (isadd && !(exip->exi_vp->v_flag & VROOT) &&
825 exi_root->exi_vp = rootdir;
827 error = vop_fid_pseudo(exi_root->exi_vp, &exi_rootfid);
1129 if (ex1 && !PSEUDO(ex1) && !VN_CMP(ex1->exi_vp, vp)) {
1171 VN_CMP(ex2->exi_vp, vp) &&
1189 exi->exi_vp = vp;
1475 if (ex != exi_root && VN_CMP(ex->exi_vp, vp)) {
1680 newexi = pseudo_exportfs(exi->exi_vp, &exi->exi_fid,
2296 ASSERT(exi->exi_vp != NULL);
2304 vp = exi->exi_vp;
[all...]
H A Dnfs4_srv.c2381 if (cs->exi->exi_moved || vn_is_nfs_reparse(cs->exi->exi_vp, cs->cr)) {
3425 vp = exi_public->exi_vp;
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h472 ((t)->tree_exi && (t)->tree_exi->exi_vp->v_flag & VROOT)
517 vnode_t *exi_vp; member in struct:exportinfo

Completed in 89 milliseconds