Searched refs:NFSMNT_NFSV4 (Results 1 – 8 of 8) sorted by relevance
195 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 …]
56 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)58 (VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
177 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()
96 #define NFSMNT_NFSV4 0x00800000 /* Use NFS Version 4 protocol */ macro
94 #define NFS_ISV4(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
122 nd->flags &= ~(NFSMNT_NFSV3 | NFSMNT_NFSV4); in nfs_parse_options()124 nd->flags &= ~NFSMNT_NFSV4; in nfs_parse_options()
918 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4)920 #define NFSHASNFSV3OR4(n) ((n)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
781 if ((nmp->nm_flag & NFSMNT_NFSV4)) in newnfs_request()