Lines Matching refs:v_mount

473 	    VWRITE_OWNER)) != 0 && (vp->v_mount->mnt_flag & MNT_RDONLY) != 0) {  in nfs_access()
488 if ((VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOCTO) != 0) { in nfs_access()
751 if (NFSHASPNFS(VFSTONFS(vp->v_mount)) && (fmode & FWRITE) != 0) in nfs_open()
850 if (NFSCL_FORCEDISM(vp->v_mount)) in nfs_close()
852 nmp = VFSTONFS(vp->v_mount); in nfs_close()
1015 nmp = VFSTONFS(vp->v_mount); in nfs_getattr()
1087 nmp = VFSTONFS(vp->v_mount); in nfs_setattr()
1104 (vp->v_mount->mnt_flag & MNT_RDONLY)) in nfs_setattr()
1128 if (vp->v_mount->mnt_flag & MNT_RDONLY) in nfs_setattr()
1243 error = nfsrpc_openattr(VFSTONFS(vp->v_mount), vp, np->n_fhp->nfh_fh, in nfs_get_namedattrdir()
1249 error = nfscl_nget(vp->v_mount, vp, nfhp, cnp, curthread, &np, in nfs_get_namedattrdir()
1272 struct mount *mp = dvp->v_mount; in nfs_lookup()
1711 nmp = VFSTONFS(vp->v_mount); in ncl_readrpc()
1742 nmp = VFSTONFS(vp->v_mount); in ncl_writerpc()
1802 error = nfscl_nget(dvp->v_mount, dvp, nfhp, cnp, in nfs_mknodrpc()
1897 nmp = VFSTONFS(dvp->v_mount); in nfs_create()
1943 error = nfscl_nget(dvp->v_mount, dvp, nfhp, cnp, in nfs_create()
2039 nmp = VFSTONFS(vp->v_mount); in nfs_remove()
2135 nmp = VFSTONFS(dvp->v_mount); in nfs_removerpc()
2191 if ((fvp->v_mount != tdvp->v_mount) || in nfs_rename()
2192 (tvp && (fvp->v_mount != tvp->v_mount))) { in nfs_rename()
2196 nmp = VFSTONFS(fvp->v_mount); in nfs_rename()
2330 nmp = VFSTONFS(fdvp->v_mount); in nfs_renamerpc()
2418 if (VFSTONFS(vp->v_mount)->nm_negnametimeo != 0 && in nfs_link()
2452 ret = nfscl_nget(dvp->v_mount, dvp, nfhp, cnp, curthread, in nfs_symlink()
2500 if (VFSTONFS(dvp->v_mount)->nm_negnametimeo != 0 && in nfs_symlink()
2546 ret = nfscl_nget(dvp->v_mount, dvp, nfhp, cnp, curthread, in nfs_mkdir()
2578 if (VFSTONFS(dvp->v_mount)->nm_negnametimeo != 0 && in nfs_mkdir()
2694 (VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_RDIRPLUS) != 0) in nfs_readdir()
2725 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_readdirrpc()
2789 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_readdirplusrpc()
2969 error = nfscl_nget(dvp->v_mount, dvp, nfhp, &cn, td, in nfs_lookitup()
3025 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_commit()
3094 ncl_asyncio(VFSTONFS(vp->v_mount), bp, NOCRED, curthread)) in nfs_strategy()
3135 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_flush()
3290 ncl_clearcommit(vp->v_mount); in ncl_flush()
3300 if (!NFSCL_FORCEDISM(vp->v_mount) && retv) { in ncl_flush()
3480 nmp = VFSTONFS(vp->v_mount); in nfs_advlock()
3629 if ((VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOLOCKD) != 0) { in nfs_advlockasync()
3677 if ((accmode & VWRITE) && (vp->v_mount->mnt_flag & MNT_RDONLY)) { in nfsspec_access()
3757 (vp->v_mount->mnt_flag & MNT_RDONLY) == 0) { in nfsfifo_close()
3829 nmp = VFSTONFS(ap->a_vp->v_mount); in nfs_advise()
3865 nmp = VFSTONFS(vp->v_mount); in nfs_allocate()
3936 nmp = VFSTONFS(vp->v_mount); in nfs_deallocate()
4040 if (invp == outvp || invp->v_mount != outvp->v_mount) { in nfs_copy_file_range()
4077 nmp = VFSTONFS(invp->v_mount); in nfs_copy_file_range()
4309 nmp = VFSTONFS(vp->v_mount); in nfs_ioctl()
4363 nmp = VFSTONFS(vp->v_mount); in nfs_getextattr()
4420 nmp = VFSTONFS(vp->v_mount); in nfs_setextattr()
4480 nmp = VFSTONFS(vp->v_mount); in nfs_listextattr()
4548 nmp = VFSTONFS(vp->v_mount); in nfs_deleteextattr()
4603 nmp = VFSTONFS(vp->v_mount); in nfs_pathconf()
4697 *ap->a_retval = vp->v_mount->mnt_stat.f_bsize; in nfs_pathconf()
4706 *ap->a_retval = vp->v_mount->mnt_stat.f_iosize; in nfs_pathconf()
4712 *ap->a_retval = vp->v_mount->mnt_stat.f_iosize; in nfs_pathconf()
4749 *ap->a_retval = vp->v_mount->mnt_stat.f_iosize; in nfs_pathconf()