Searched refs:vnode_mount (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/fs/nfs/client/ |
| D | nfs_clrpcops.c | 268 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() 1074 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_setattr() 1204 nmp = VFSTONFS(vnode_mount(dvp)); in nfsrpc_lookup() 1352 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_read() 1412 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_readrpc() 1504 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_write() 1581 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_writerpc() 1847 struct nfsmount *nmp = VFSTONFS(vnode_mount(dvp)); in nfsrpc_create() [all …]
|
| D | nfs_clstate.c | 239 ret = nfscl_getcl(vnode_mount(vp), cred, p, 1, &clp); in nfscl_open() 503 clp = nfscl_findcl(VFSTONFS(vnode_mount(vp))); in nfscl_getstateid() 976 error = nfscl_getcl(vnode_mount(vp), cred, p, 1, &clp); in nfscl_getbytelock() 1311 error = nfscl_getcl(vnode_mount(vp), cred, p, 1, &clp); in nfscl_checkwritelocked() 2885 clp = VFSTONFS(vnode_mount(vp))->nm_clp; in nfscl_dupopen() 2904 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1, 0, 0); in nfscl_dupopen() 2927 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1, 0, in nfscl_dupopen() 2962 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1, in nfscl_dupopen() 2996 error = nfscl_getcl(vnode_mount(vp), NULL, NULL, 1, &clp); in nfscl_getclose() 3070 error = nfscl_getcl(vnode_mount(vp), NULL, NULL, 1, &clp); in nfscl_doclose() [all …]
|
| D | nfs_clvnops.c | 1368 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()
|
| D | nfs_clbio.c | 1538 if (NFSHASPNFS(VFSTONFS(vnode_mount(bp->b_vp)))) { in ncl_doio_directwrite()
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | nfskpiport.h | 45 #define vnode_mount(v) ((v)->v_mount) macro
|
| D | nfsdport.h | 108 #define vnode_mount(v) ((v)->v_mount) macro
|
| D | nfs_commonsubs.c | 1035 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/src/sys/fs/nfs/server/ |
| D | nfs_nfsdserv.c | 368 (vfs_flags(vnode_mount(vp)) & MNT_RDONLY)) in nfsrvd_setattr()
|