Searched refs:NFSMNT_NFSV4 (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs.h54 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
56 (VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
H A Dnfs_clvfsops.c187 if (nmp->nm_flag & NFSMNT_NFSV4) {
332 if (gotfsinfo || (nmp->nm_flag & NFSMNT_NFSV4))
587 if ((argp->flags & NFSMNT_NFSV4) != 0)
594 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) {
861 args.flags |= NFSMNT_NFSV4;
1052 (args.flags & NFSMNT_NFSV4) == 0) {
1089 NFSMNT_NFSV4 |
1097 NFSMNT_NFSV4 |
1219 if ((VFSTONFS(mp)->nm_flag & NFSMNT_NFSV4) != 0)
1353 if ((argp->flags & NFSMNT_NFSV4) !
[all...]
H A Dnfs_clport.c160 if ((nmp->nm_flag & NFSMNT_NFSV4) && np->n_v4 != NULL &&
236 if (nmp->nm_flag & NFSMNT_NFSV4) {
888 if (nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) {
906 } else if ((nmp->nm_flag & NFSMNT_NFSV4) == 0) {
/freebsd-10-stable/sys/nfsclient/
H A Dnfsargs.h94 #define NFSMNT_NFSV4 0x00800000 /* Use NFS Version 4 protocol */ macro
H A Dnfs.h92 #define NFS_ISV4(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
H A Dnfs_krpc.c214 else if (nmp->nm_flag & NFSMNT_NFSV4)
/freebsd-10-stable/sys/nfs/
H A Dnfs_diskless.c118 nd->flags &= ~(NFSMNT_NFSV3 | NFSMNT_NFSV4);
120 nd->flags &= ~NFSMNT_NFSV4;
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsport.h845 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4)
847 #define NFSHASNFSV3OR4(n) ((n)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
H A Dnfs_commonkrpc.c721 if ((nmp->nm_flag & NFSMNT_NFSV4))

Completed in 83 milliseconds