Home
last modified time | relevance | path

Searched refs:nfs_versmax (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h66 uint32_t nfs_versmax; /* Max protocol version. NFS_VERS_ */ member
76 uint32_t nfs_versmax; /* Max protocol version. NFS_VERS_ */ member
187 uint32_t nfs_versmax; /* Max NFS version. NFS_VERS_... */ member
196 uint32_t nfs_versmax; /* Max NFS version. NFS_VERS_... */ member
H A Dnfs.h119 nfs_prot_vers_t nfs_versmax; /* NFS_VERS_... */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c484 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()
576 if ((rsa->nfs_versmin > rsa->nfs_versmax) || in rdma_start()
578 (rsa->nfs_versmax > NFS_SRV_VERS_MAX)) { in rdma_start()
580 rsa->nfs_versmax = NFS_SRV_VERSMAX_DEFAULT; in rdma_start()
585 ng->nfs_versmax = rsa->nfs_versmax; in rdma_start()
[all …]
H A Dnfs_sys.c161 rsa.nfs_versmax = STRUCT_FGET(ursa, nfs_versmax); in nfssys()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dthrpool.c182 rsa->nfs_versmax = versmax; in svcrdma()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c668 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()