Home
last modified time | relevance | path

Searched refs:vnode_mount (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/fs/nfs/client/
H A Dnfs_clrpcops.c268 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_open()
588 if (NFSHASNFSV4N(VFSTONFS(vnode_mount(vp)))) in nfsrpc_opendowngrade()
788 nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_openconfirm()
1204 nmp = VFSTONFS(vnode_mount(dvp)); in nfsrpc_lookup()
2214 nmp = VFSTONFS(vnode_mount(dvp)); in nfsrpc_remove()
2292 nmp = VFSTONFS(vnode_mount(fdvp)); in nfsrpc_rename()
2511 nmp = VFSTONFS(vnode_mount(dvp)); in nfsrpc_symlink()
2574 nmp = VFSTONFS(vnode_mount(dvp)); in nfsrpc_mkdir()
3500 error = nfscl_nget(vnode_mount(vp), vp, in nfsrpc_readdirplus()
4062 nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_statfs()
[all …]
H A Dnfs_clstate.c503 clp = nfscl_findcl(VFSTONFS(vnode_mount(vp))); in nfscl_getstateid()
2885 clp = VFSTONFS(vnode_mount(vp))->nm_clp; in nfscl_dupopen()
4213 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_mustflush()
4247 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_nodeleg()
4283 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_removedeleg()
4380 nmp = VFSTONFS(vnode_mount(fvp)); in nfscl_renamedeleg()
4549 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_reclaimnode()
4576 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_newnode()
4603 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_delegmodtime()
4632 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_deleggetmodtime()
[all …]
H A Dnfs_clvnops.c1368 nmp = VFSTONFS(vnode_mount(vp)); in ncl_readrpc()
1399 nmp = VFSTONFS(vnode_mount(vp)); in ncl_writerpc()
1557 nmp = VFSTONFS(vnode_mount(dvp)); in nfs_create()
H A Dnfs_clbio.c1538 if (NFSHASPNFS(VFSTONFS(vnode_mount(bp->b_vp)))) { in ncl_doio_directwrite()
/netbsd/sys/fs/nfs/common/
H A Dnfskpiport.h45 #define vnode_mount(v) ((v)->v_mount) macro
H A Dnfsdport.h108 #define vnode_mount(v) ((v)->v_mount) macro
H A Dnfs_commonsubs.c1035 vfs_statfs(vnode_mount(vp))->f_fsid.val[0] || in nfsv4_loadattr()
1037 vfs_statfs(vnode_mount(vp))->f_fsid.val[1]) in nfsv4_loadattr()
1518 if (!VFS_QUOTACTL(vnode_mount(vp),QCMD(Q_GETQUOTA, in nfsv4_loadattr()
1547 if (!VFS_QUOTACTL(vnode_mount(vp),QCMD(Q_GETQUOTA, in nfsv4_loadattr()
1573 if (!VFS_QUOTACTL(vnode_mount(vp),QCMD(Q_GETQUOTA, in nfsv4_loadattr()
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c368 (vfs_flags(vnode_mount(vp)) & MNT_RDONLY)) in nfsrvd_setattr()