Searched defs:versmax (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.h56 int versmax; /* maximum version no. to be registered */ member in struct:protob
H A Dthrpool.c173 svcrdma(int id, int versmin, int versmax, int delegation) argument
182 rsa->nfs_versmax = versmax;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.h94 rpcvers_t versmax; member in struct:valid_rpcs
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c137 int versmax; /* maximum version no. to be registered */ member in struct:protob
399 for (vers = protobp0->versmin; vers <= protobp0->versmax; vers++) {
649 protobp->versmax = RDC_VERS_MAX;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h60 int versmax; /* Max protocol version to offer */ member in struct:nfs_svc_args
70 int32_t versmax; /* Max protocol version to offer */ member in struct:nfs_svc_args32
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3186 rpcvers_t versmax; /* maximum version to try against server */ local
3240 versmax = *versp;
3244 set_versrange(0, &versmax, &versmin);
3249 versmax == NFS_V4) {
3252 *versp = versmax - 1;
3257 versmax--;
3262 *versp = versmax;
3306 vers_to_try = versmax;
3313 hostname, rpc_to_new.tv_sec, versmax, versmin);
3429 for (vers_to_try = versmax; vers_to_tr
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c356 rpcvers_t versmin, rpcvers_t versmax)
385 if (versmax == NFS_V4)
388 __nfs_sc_clts[0].sc_versmax = versmax;
390 __nfs_sc_clts[1].sc_versmax = versmax;
396 __nfs_sc_cots[0].sc_versmax = versmax;
398 if (versmax > NFS_ACL_VERSMAX)
399 versmax = NFS_ACL_VERSMAX;
401 __nfs_sc_cots[1].sc_versmax = versmax;
467 nfs_versmax = STRUCT_FGET(uap, versmax);
355 nfs_srv_set_sc_versions(struct file *fp, SVC_CALLOUT_TABLE **sctpp, rpcvers_t versmin, rpcvers_t versmax) argument

Completed in 74 milliseconds