Searched refs:nfs_versmax (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dthrpool.c182 rsa->nfs_versmax = versmax;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h181 int nfs_versmax; /* Max NFS version to offer */ member in struct:rdma_svc_args
190 int32_t nfs_versmax; /* Max NFS version to offer */ member in struct:rdma_svc_args32
H A Dnfs.h76 extern rpcvers_t nfs_versmax;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c250 rpcvers_t nfs_versmax = NFS_VERSMAX_DEFAULT; variable
467 nfs_versmax = STRUCT_FGET(uap, versmax);
470 if ((nfs_versmin > nfs_versmax) ||
472 (nfs_versmax > NFS_VERSMAX)) {
474 nfs_versmax = NFS_VERSMAX_DEFAULT;
478 nfs_srv_set_sc_versions(fp, &sctp, nfs_versmin, nfs_versmax)) {
485 if (nfs_versmax == (rpcvers_t)NFS_V4)
573 if ((rsa->nfs_versmin > rsa->nfs_versmax) ||
575 (rsa->nfs_versmax > NFS_VERSMAX)) {
577 rsa->nfs_versmax
[all...]
H A Dnfs_sys.c178 rsa.nfs_versmax = STRUCT_FGET(ursa, nfs_versmax);

Completed in 58 milliseconds