Searched refs:VFSTONFS (Results 1 – 16 of 16) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs.h | 52 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3) 54 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4) 56 (VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
|
| H A D | nfs_clvnops.c | 434 if ((VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOCTO) != 0) { in nfs_access() 697 if (NFSHASPNFS(VFSTONFS(vp->v_mount)) && (fmode & FWRITE) != 0) in nfs_open() 798 nmp = VFSTONFS(vp->v_mount); in nfs_close() 961 nmp = VFSTONFS(vp->v_mount); in nfs_getattr() 1033 nmp = VFSTONFS(vp->v_mount); in nfs_setattr() 1191 error = nfsrpc_openattr(VFSTONFS(vp->v_mount), vp, np->n_fhp->nfh_fh, in nfs_get_namedattrdir() 1236 nmp = VFSTONFS(mp); in nfs_lookup() 1660 nmp = VFSTONFS(vp->v_mount); in ncl_readrpc() 1691 nmp = VFSTONFS(vp->v_mount); in ncl_writerpc() 1846 nmp = VFSTONFS(dvp->v_mount); in nfs_create() [all …]
|
| H A D | nfs_clbio.c | 133 nmp = VFSTONFS(vp->v_mount); in ncl_getpages() 285 nmp = VFSTONFS(vp->v_mount); in ncl_putpages() 438 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_bioread() 769 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_directio_write() 839 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_write() 1297 nmp = VFSTONFS(mp); in nfs_getcacheblk() 1327 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_vinvalbuf() 1563 nmp = VFSTONFS(vp->v_mount); in ncl_doio()
|
| H A D | nfs_clnode.c | 107 nmp = VFSTONFS(mntp); in ncl_nget() 247 nmp = VFSTONFS(vp->v_mount); in ncl_inactive()
|
| H A D | nfs_clstate.c | 275 if (NFSHASONEOPENOWN(VFSTONFS(vp->v_mount))) in nfscl_open() 320 if (NFSHASONEOPENOWN(VFSTONFS(vp->v_mount))) { in nfscl_open() 441 nmp = VFSTONFS(mp); in nfscl_deleg() 554 nmp = VFSTONFS(vp->v_mount); in nfscl_getstateid() 635 if (NFSHASONEOPENOWN(VFSTONFS(vp->v_mount))) in nfscl_getstateid() 884 nmp = VFSTONFS(mp); in nfscl_getcl() 1167 if (NFSHASONEOPENOWN(VFSTONFS(vp->v_mount))) in nfscl_getbytelock() 3226 clp = VFSTONFS(vp->v_mount)->nm_clp; in nfscl_dupopen() 3245 nfscl_dumpstate(VFSTONFS(vp->v_mount), 1, 1, 0, 0); in nfscl_dupopen() 3268 nfscl_dumpstate(VFSTONFS(vp->v_mount), 1, 1, 0, 0); in nfscl_dupopen() [all …]
|
| H A D | nfsmount.h | 141 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data)) macro
|
| H A D | nfs_clrpcops.c | 316 nmp = VFSTONFS(vp->v_mount); in nfsrpc_accessrpc() 382 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfsrpc_open() 788 if (NFSHASNFSV4N(VFSTONFS(vp->v_mount))) in nfsrpc_opendowngrade() 1001 nmp = VFSTONFS(vp->v_mount); in nfsrpc_openconfirm() 1263 nmp = VFSTONFS(vp->v_mount); in nfsrpc_getattr() 1340 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfsrpc_setattr() 1485 nmp = VFSTONFS(dvp->v_mount); in nfsrpc_lookup() 1773 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfsrpc_read() 1843 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfsrpc_readrpc() 1936 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfsrpc_write() [all …]
|
| H A D | nfs_clport.c | 129 nmp = VFSTONFS(mntp); in nfscl_nget() 467 nmp = VFSTONFS(vp->v_mount); in nfscl_loadattrcache() 931 nmp = VFSTONFS(vp->v_mount); in nfscl_request() 1308 nfscl_retopts(VFSTONFS(nd.ni_vp->v_mount), buf, in nfssvc_nfscl() 1325 nmp = VFSTONFS(mp); in nfssvc_nfscl()
|
| H A D | nfs_clvfsops.c | 288 struct nfsmount *nmp = VFSTONFS(mp); in nfs_statfs() 1255 struct nfsmount *nmp = VFSTONFS(mp); in nfs_mount() 1474 if ((VFSTONFS(mp)->nm_flag & NFSMNT_NFSV4) != 0) in nfs_mount() 1537 nmp = VFSTONFS(mp); in mountnfs() 1886 nmp = VFSTONFS(mp); in nfs_unmount() 1985 nmp = VFSTONFS(mp); in nfs_root() 2070 struct nfsmount *nmp = VFSTONFS(mp); in nfs_sysctl() 2140 struct nfsmount *nmp = VFSTONFS(mp); in nfs_purge() 2156 nmp = VFSTONFS(vp->v_mount); in nfs_getnlminfo()
|
| H A D | nfs_clsubs.c | 185 nmp = VFSTONFS(vp->v_mount); in ncl_getattrcache()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfscl.h | 51 nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \ 65 (VFSTONFS(m)->nm_privflag & NFSMNTP_FORCEDISM) != 0)
|
| /freebsd/sys/nfsclient/ |
| H A D | nfs.h | 90 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3) 91 #define NFS_ISV4(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
|
| H A D | nfsmount.h | 109 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data)) macro
|
| /freebsd/sys/nlm/ |
| H A D | nlm_advlock.c | 221 nmp = VFSTONFS(vp->v_mount); in nlm_advlock_internal()
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 4614 nmp = VFSTONFS(nvp->v_mount); in nfsrv_dscreate() 4837 nmp = VFSTONFS(dvp[failpos]->v_mount); in nfsrv_pnfscreate() 5065 nmp = VFSTONFS(dvp[failpos]->v_mount); in nfsrv_pnfsremove() 5241 nmp[i] = VFSTONFS(dvp[i]->v_mount); in nfsrv_proxyds() 5445 nmp = VFSTONFS(dvp->v_mount); in nfsrv_dsgetsockmnt()
|
| H A D | nfs_nfsdstate.c | 7575 ds->nfsdev_nmp = VFSTONFS(nd.ni_vp->v_mount); in nfsrv_setdsserver() 7673 nmp = VFSTONFS(mp); in nfsrv_deldsserver() 8513 curnmp = VFSTONFS(nd.ni_vp->v_mount); in nfsrv_mdscopymr() 8562 nmp = VFSTONFS(nd.ni_vp->v_mount); in nfsrv_mdscopymr()
|