Lines Matching refs:mvp
306 nm_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *crp) in nm_mount() argument
344 mutex_enter(&mvp->v_lock); in nm_mount()
345 if ((mvp->v_flag & VROOT) || in nm_mount()
346 vfs_matchops(mvp->v_vfsp, namefs_vfsops)) { in nm_mount()
347 mutex_exit(&mvp->v_lock); in nm_mount()
351 mutex_exit(&mvp->v_lock); in nm_mount()
360 if (vn_matchops(mvp, spec_getvnodeops()) && in nm_mount()
361 VOP_REALVP(mvp, &rvp, NULL) == 0 && rvp && in nm_mount()
402 if (error = VOP_GETATTR(mvp, vattrp, 0, crp, NULL)) in nm_mount()
419 if (secpolicy_vnode_access2(crp, mvp, vattrp->va_uid, vattrp->va_mode, in nm_mount()
450 nodep->nm_mountpt = mvp; in nm_mount()