Home
last modified time | relevance | path

Searched refs:NFSMNT_NFSV4 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clvfsops.c195 if (nmp->nm_flag & NFSMNT_NFSV4) { in newnfs_iosize()
340 if (gotfsinfo || (nmp->nm_flag & NFSMNT_NFSV4)) in nfs_statfs()
587 if ((argp->flags & NFSMNT_NFSV4) != 0) in nfs_decode_args()
594 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) { in nfs_decode_args()
964 args.flags |= NFSMNT_NFSV4; in nfs_mount()
1155 (args.flags & NFSMNT_NFSV4) == 0) { in nfs_mount()
1192 NFSMNT_NFSV4 | in nfs_mount()
1200 NFSMNT_NFSV4 | in nfs_mount()
1257 args.flags |= NFSMNT_NFSV4; in nfs_mount()
1338 if ((VFSTONFS(mp)->nm_flag & NFSMNT_NFSV4) != 0) in nfs_mount()
[all …]
Dnfs.h56 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
58 (VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
Dnfs_clport.c177 if ((nmp->nm_flag & NFSMNT_NFSV4) && np->n_v4 != NULL && in nfscl_nget()
257 if (nmp->nm_flag & NFSMNT_NFSV4) { in nfscl_nget()
906 if (nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) { in nfscl_loadsbinfo()
924 } else if ((nmp->nm_flag & NFSMNT_NFSV4) == 0) { in nfscl_loadsbinfo()
/freebsd-12-stable/sys/nfsclient/
Dnfsargs.h96 #define NFSMNT_NFSV4 0x00800000 /* Use NFS Version 4 protocol */ macro
Dnfs.h94 #define NFS_ISV4(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
/freebsd-12-stable/sys/nfs/
Dnfs_diskless.c122 nd->flags &= ~(NFSMNT_NFSV3 | NFSMNT_NFSV4); in nfs_parse_options()
124 nd->flags &= ~NFSMNT_NFSV4; in nfs_parse_options()
/freebsd-12-stable/sys/fs/nfs/
Dnfsport.h918 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4)
920 #define NFSHASNFSV3OR4(n) ((n)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
Dnfs_commonkrpc.c781 if ((nmp->nm_flag & NFSMNT_NFSV4)) in newnfs_request()