Searched refs:nfs_versmax (Results 1 – 6 of 6) sorted by relevance
66 uint32_t nfs_versmax; /* Max protocol version. NFS_VERS_ */ member76 uint32_t nfs_versmax; /* Max protocol version. NFS_VERS_ */ member187 uint32_t nfs_versmax; /* Max NFS version. NFS_VERS_... */ member196 uint32_t nfs_versmax; /* Max NFS version. NFS_VERS_... */ member
119 nfs_prot_vers_t nfs_versmax; /* NFS_VERS_... */ member
484 ng->nfs_versmax = STRUCT_FGET(uap, nfs_versmax); in nfs_svc()487 if ((ng->nfs_versmin > ng->nfs_versmax) || in nfs_svc()489 (ng->nfs_versmax > NFS_SRV_VERS_MAX)) { in nfs_svc()491 "NFS", ng->nfs_versmin, ng->nfs_versmax); in nfs_svc()493 ng->nfs_versmax = NFS_SRV_VERSMAX_DEFAULT; in nfs_svc()498 NFS_PROT_VERSION(ng->nfs_versmax)); in nfs_svc()506 if (NFS_PROT_VERSION(ng->nfs_versmax) == NFS_V4) in nfs_svc()530 nfs4_minor_max = NFS_PROT_V4_MINORVERSION(ng->nfs_versmax); in rfs4_server_start()576 if ((rsa->nfs_versmin > rsa->nfs_versmax) || in rdma_start()578 (rsa->nfs_versmax > NFS_SRV_VERS_MAX)) { in rdma_start()[all …]
161 rsa.nfs_versmax = STRUCT_FGET(ursa, nfs_versmax); in nfssys()
182 rsa->nfs_versmax = versmax; in svcrdma()
668 nsa.nfs_versmax = MIN(nfs_server_vers_max, NFS_VERS_3); in nfssvc()674 if (nsa.nfs_versmin > nsa.nfs_versmax) in nfssvc()677 nsa.nfs_versmax = nfs_server_vers_max; in nfssvc()