Searched refs:NFSMNT_NFSV4 (Results 1 – 9 of 9) sorted by relevance
54 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)56 (VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
187 if (nmp->nm_flag & NFSMNT_NFSV4) { in newnfs_iosize()330 if (gotfsinfo || (nmp->nm_flag & NFSMNT_NFSV4)) in nfs_statfs()585 if ((argp->flags & NFSMNT_NFSV4) != 0) in nfs_decode_args()592 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) { in nfs_decode_args()853 args.flags |= NFSMNT_NFSV4; in nfs_mount()1042 (args.flags & NFSMNT_NFSV4) == 0) { in nfs_mount()1079 NFSMNT_NFSV4 | in nfs_mount()1086 NFSMNT_NFSV4 | in nfs_mount()1329 if ((argp->flags & NFSMNT_NFSV4) != 0) in mountnfs()1344 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) in mountnfs()[all …]
161 if ((nmp->nm_flag & NFSMNT_NFSV4) && np->n_v4 != NULL && in nfscl_nget()237 if (nmp->nm_flag & NFSMNT_NFSV4) { in nfscl_nget()884 if (nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) { in nfscl_loadsbinfo()902 } else if ((nmp->nm_flag & NFSMNT_NFSV4) == 0) { in nfscl_loadsbinfo()
94 #define NFSMNT_NFSV4 0x00800000 /* Use NFS Version 4 protocol */ macro
92 #define NFS_ISV4(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV4)
214 else if (nmp->nm_flag & NFSMNT_NFSV4) in nfs_connect()
118 nd->flags &= ~(NFSMNT_NFSV3 | NFSMNT_NFSV4); in nfs_parse_options()120 nd->flags &= ~NFSMNT_NFSV4; in nfs_parse_options()
841 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4)843 #define NFSHASNFSV3OR4(n) ((n)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
707 if ((nmp->nm_flag & NFSMNT_NFSV4)) in newnfs_request()