| /trueos/sys/fs/nfsclient/ |
| HD | 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))
|
| HD | nfs_clbio.c | 103 nmp = VFSTONFS(vp->v_mount); in ncl_getpages() 267 nmp = VFSTONFS(vp->v_mount); in ncl_putpages() 433 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_bioread() 732 struct nfsmount *nmp = VFSTONFS(vp->v_mount); 875 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_write() 1290 nmp = VFSTONFS(mp); in nfs_getcacheblk() 1320 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in ncl_vinvalbuf() 1561 if (NFSHASPNFS(VFSTONFS(vnode_mount(bp->b_vp)))) { in ncl_doio_directwrite() 1600 nmp = VFSTONFS(vp->v_mount); in ncl_doio()
|
| HD | nfs_clvnops.c | 611 if (NFSHASPNFS(VFSTONFS(vp->v_mount)) && (fmode & FWRITE) != 0) in nfs_open() 756 if (VFSTONFS(vp->v_mount)->nm_negnametimeo == 0) { in nfs_close() 773 (VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOCTO) == 0) { in nfs_close() 1060 nmp = VFSTONFS(mp); in nfs_lookup() 1374 nmp = VFSTONFS(vnode_mount(vp)); in ncl_readrpc() 1405 nmp = VFSTONFS(vnode_mount(vp)); in ncl_writerpc() 1563 nmp = VFSTONFS(vnode_mount(dvp)); in nfs_create() 2001 if (VFSTONFS(vp->v_mount)->nm_negnametimeo != 0 && in nfs_link() 2080 if (VFSTONFS(dvp->v_mount)->nm_negnametimeo != 0 && in nfs_symlink() 2153 if (VFSTONFS(dvp->v_mount)->nm_negnametimeo != 0 && in nfs_mkdir() [all …]
|
| HD | nfsmount.h | 110 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data)) macro
|
| HD | nfs_clrpcops.c | 257 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_open() 575 if (NFSHASNFSV4N(VFSTONFS(vnode_mount(vp)))) in nfsrpc_opendowngrade() 775 nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_openconfirm() 1060 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_setattr() 1190 nmp = VFSTONFS(vnode_mount(dvp)); in nfsrpc_lookup() 1338 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_read() 1398 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_readrpc() 1491 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_write() 1568 struct nfsmount *nmp = VFSTONFS(vnode_mount(vp)); in nfsrpc_writerpc() 1835 struct nfsmount *nmp = VFSTONFS(vnode_mount(dvp)); in nfsrpc_create() [all …]
|
| HD | nfs_clvfsops.c | 276 struct nfsmount *nmp = VFSTONFS(mp); in nfs_statfs() 1053 struct nfsmount *nmp = VFSTONFS(mp); in nfs_mount() 1252 nmp = VFSTONFS(mp); in mountnfs() 1528 nmp = VFSTONFS(mp); in nfs_unmount() 1590 nmp = VFSTONFS(mp); in nfs_root() 1663 struct nfsmount *nmp = VFSTONFS(mp); in nfs_sysctl() 1733 struct nfsmount *nmp = VFSTONFS(mp); in nfs_purge() 1749 nmp = VFSTONFS(vp->v_mount); in nfs_getnlminfo()
|
| HD | nfs_clstate.c | 414 (void) nfscl_trydelegreturn(dp, cred, VFSTONFS(mp), p); in nfscl_deleg() 501 clp = nfscl_findcl(VFSTONFS(vnode_mount(vp))); in nfscl_getstateid() 739 nmp = VFSTONFS(mp); in nfscl_getcl() 2883 clp = VFSTONFS(vnode_mount(vp))->nm_clp; in nfscl_dupopen() 2902 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1, 0, 0); in nfscl_dupopen() 2925 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1, 0, in nfscl_dupopen() 2960 nfscl_dumpstate(VFSTONFS(vnode_mount(vp)), 1, 1, in nfscl_dupopen() 3107 nfsrpc_doclose(VFSTONFS(vnode_mount(vp)), op, in nfscl_doclose() 4211 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_mustflush() 4245 nmp = VFSTONFS(vnode_mount(vp)); in nfscl_nodeleg() [all …]
|
| HD | nfs_clport.c | 122 nmp = VFSTONFS(mntp); in nfscl_nget() 382 nmp = VFSTONFS(vp->v_mount); in nfscl_loadattrcache() 864 nmp = VFSTONFS(vp->v_mount); in nfscl_request() 1281 nfscl_retopts(VFSTONFS(nd.ni_vp->v_mount), buf, in nfssvc_nfscl()
|
| HD | nfs_clnode.c | 107 nmp = VFSTONFS(mntp); in ncl_nget()
|
| HD | nfs_clsubs.c | 200 nmp = VFSTONFS(vp->v_mount); in ncl_getattrcache()
|
| /trueos/sys/nfsclient/ |
| HD | nfs.h | 91 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3) 92 #define NFS_ISV4(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
|
| HD | nfs_bio.c | 97 nmp = VFSTONFS(vp->v_mount); in nfs_getpages() 261 nmp = VFSTONFS(vp->v_mount); in nfs_putpages() 361 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_bioread_check_cons() 429 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_bioread() 723 struct nfsmount *nmp = VFSTONFS(vp->v_mount); 866 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_write() 1239 nmp = VFSTONFS(mp); in nfs_getcacheblk() 1269 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_vinvalbuf() 1488 struct nfsmount *nmp = VFSTONFS(bp->b_vp->v_mount); in nfs_doio_directwrite() 1531 nmp = VFSTONFS(vp->v_mount); in nfs_doio()
|
| HD | nfsmount.h | 110 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data)) macro
|
| HD | nfs_vfsops.c | 275 struct nfsmount *nmp = VFSTONFS(mp); in nfs_statfs() 1114 struct nfsmount *nmp = VFSTONFS(mp); in nfs_mount() 1243 nmp = VFSTONFS(mp); in mountnfs() 1369 nmp = VFSTONFS(mp); in nfs_unmount() 1418 nmp = VFSTONFS(mp); in nfs_root() 1492 struct nfsmount *nmp = VFSTONFS(mp); in nfs_sysctl() 1565 nmp = VFSTONFS(vp->v_mount); in nfs_getnlminfo()
|
| HD | nfs_node.c | 116 nmp = VFSTONFS(mntp); in nfs_nget()
|
| HD | nfs_vnops.c | 949 nmp = VFSTONFS(mp); in nfs_lookup() 1295 nmp = VFSTONFS(vp->v_mount); in nfs_readrpc() 1361 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_writerpc() 2278 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_readdirrpc() 2479 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_readdirplusrpc() 2888 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_commit() 2951 nfs_asyncio(VFSTONFS(ap->a_vp->v_mount), bp, NOCRED, curthread)) in nfs_strategy() 2979 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_flush() 3290 if ((VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOLOCKD) != 0) { in nfs_advlock() 3317 if ((VFSTONFS(vp->v_mount)->nm_flag & NFSMNT_NOLOCKD) != 0) { in nfs_advlockasync()
|
| HD | nfs_krpc.c | 452 nmp = VFSTONFS(vp->v_mount); in nfs_request()
|
| HD | nfs_subs.c | 681 nmp = VFSTONFS(vp->v_mount); in nfs_getattrcache()
|
| /trueos/sys/fs/nfs/ |
| HD | nfscl.h | 51 nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \
|
| /trueos/sys/nfs/ |
| HD | nfs_lock.c | 250 nmp = VFSTONFS(vp->v_mount); in nfs_dolock()
|
| /trueos/sys/nlm/ |
| HD | nlm_advlock.c | 221 nmp = VFSTONFS(vp->v_mount); in nlm_advlock_internal()
|