Home
last modified time | relevance | path

Searched refs:VFSTONFS (Results 1 – 21 of 21) sorted by relevance

/trueos/sys/fs/nfsclient/
HDnfs.h52 (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))
HDnfs_clbio.c103 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()
HDnfs_clvnops.c611 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 …]
HDnfsmount.h110 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data)) macro
HDnfs_clrpcops.c257 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 …]
HDnfs_clvfsops.c276 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()
HDnfs_clstate.c414 (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 …]
HDnfs_clport.c122 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()
HDnfs_clnode.c107 nmp = VFSTONFS(mntp); in ncl_nget()
HDnfs_clsubs.c200 nmp = VFSTONFS(vp->v_mount); in ncl_getattrcache()
/trueos/sys/nfsclient/
HDnfs.h91 #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)
HDnfs_bio.c97 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()
HDnfsmount.h110 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data)) macro
HDnfs_vfsops.c275 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()
HDnfs_node.c116 nmp = VFSTONFS(mntp); in nfs_nget()
HDnfs_vnops.c949 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()
HDnfs_krpc.c452 nmp = VFSTONFS(vp->v_mount); in nfs_request()
HDnfs_subs.c681 nmp = VFSTONFS(vp->v_mount); in nfs_getattrcache()
/trueos/sys/fs/nfs/
HDnfscl.h51 nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \
/trueos/sys/nfs/
HDnfs_lock.c250 nmp = VFSTONFS(vp->v_mount); in nfs_dolock()
/trueos/sys/nlm/
HDnlm_advlock.c221 nmp = VFSTONFS(vp->v_mount); in nlm_advlock_internal()