Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfs_node.c105 nmp = VFSTONFS(mntp); in nfs_nget()
239 nmp = VFSTONFS(mntp); in nfs_nget_nonblock()
383 struct nfsmount *nmp = VFSTONFS(ap->a_vp->v_mount); in nfs_inactive()
439 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_reclaim()
H A Dnfs_vnops.c317 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_access()
508 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_open()
637 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_close()
696 nmp = VFSTONFS(vp->v_mount); in nfs_getattr()
750 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_setattr()
991 nmp = VFSTONFS(dvp->v_mount); in nfs_nresolve()
1144 nmp = VFSTONFS(dvp->v_mount); in nfs_lookup()
1303 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_read()
1322 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_readlink()
1390 nmp = VFSTONFS(vp->v_mount); in nfs_readrpc_uio()
[all …]
H A Dnfs_bio.c96 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_bioread()
506 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_write()
836 nmp = VFSTONFS(mp); in nfs_getcacheblk()
865 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_vinvalbuf()
942 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_asyncio()
1081 nmp = VFSTONFS(vp->v_mount); in nfs_doio()
1343 nmp = VFSTONFS(vp->v_mount); in nfs_readrpc_bio()
1379 struct nfsmount *nmp = VFSTONFS(info->vp->v_mount); in nfs_readrpc_bio_done()
1448 struct nfsmount *nmp = VFSTONFS(vp->v_mount); in nfs_writerpc_bio()
1532 struct nfsmount *nmp = VFSTONFS(info->vp->v_mount); in nfs_writerpc_bio_done()
[all …]
H A Dnfs_vfsops.c315 struct nfsmount *nmp = VFSTONFS(mp); in nfs_statfs()
402 struct nfsmount *nmp = VFSTONFS(mp); in nfs_statvfs()
966 struct nfsmount *nmp = VFSTONFS(mp); in nfs_mount()
1027 nmp = VFSTONFS(mp); in mountnfs()
1183 nmp = VFSTONFS(mp); in nfs_unmount()
1276 nmp = VFSTONFS(mp); in nfs_root()
1337 struct nfsmount *nmp = VFSTONFS(mp); in nfs_sync()
H A Dnfsmount.h121 #define VFSTONFS(mp) ((struct nfsmount *)((mp)->mnt_data)) macro
H A Dnfsnode.h212 return(VFSTONFS((vp)->v_mount)->nm_cred); in nfs_vpcred()
H A Dnfs.h107 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
H A Dnfsm_subs.c792 info->nmp = VFSTONFS(vp->v_mount); in nfsm_request()
823 info->nmp = VFSTONFS(vp->v_mount); in nfsm_request_bio()
H A Dnfs_subs.c894 nmp = VFSTONFS(vp->v_mount); in nfs_getattrcache()
H A Dnfs_syscalls.c177 nmp = VFSTONFS(vp->v_mount); in sys_nfssvc()
H A Dnfs_socket.c1152 nmp = VFSTONFS(info->vp->v_mount); in nfs_request_setup()