Searched refs:nfs_versmax (Results 1 – 5 of 5) sorted by relevance
252 rpcvers_t nfs_versmax = NFS_VERSMAX_DEFAULT; variable470 nfs_versmax = STRUCT_FGET(uap, versmax); in nfs_svc()473 if ((nfs_versmin > nfs_versmax) || in nfs_svc()475 (nfs_versmax > NFS_VERSMAX)) { in nfs_svc()477 nfs_versmax = NFS_VERSMAX_DEFAULT; in nfs_svc()481 nfs_srv_set_sc_versions(fp, &sctp, nfs_versmin, nfs_versmax)) { in nfs_svc()488 if (nfs_versmax == (rpcvers_t)NFS_V4) in nfs_svc()576 if ((rsa->nfs_versmin > rsa->nfs_versmax) || in rdma_start()578 (rsa->nfs_versmax > NFS_VERSMAX)) { in rdma_start()580 rsa->nfs_versmax = NFS_VERSMAX_DEFAULT; in rdma_start()[all …]
178 rsa.nfs_versmax = STRUCT_FGET(ursa, nfs_versmax); in nfssys()
181 int nfs_versmax; /* Max NFS version to offer */ member190 int32_t nfs_versmax; /* Max NFS version to offer */ member
76 extern rpcvers_t nfs_versmax;
182 rsa->nfs_versmax = versmax; in svcrdma()