Home
last modified time | relevance | path

Searched refs:sc_versmax (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c391 __nfs_sc_clts[0].sc_versmax = versmax; in nfs_srv_set_sc_versions()
393 __nfs_sc_clts[1].sc_versmax = versmax; in nfs_srv_set_sc_versions()
399 __nfs_sc_cots[0].sc_versmax = versmax; in nfs_srv_set_sc_versions()
404 __nfs_sc_cots[1].sc_versmax = versmax; in nfs_srv_set_sc_versions()
587 __nfs_sc_rdma[0].sc_versmax = rsa->nfs_versmax; in rdma_start()
591 __nfs_sc_rdma[1].sc_versmax = NFS_ACL_VERSMAX; in rdma_start()
593 __nfs_sc_rdma[1].sc_versmax = rsa->nfs_versmax; in rdma_start()
H A Dnfs4_callback.c1257 nfs4_cb_sc[i].sc_versmax = NFS_CB; in nfs4_callback_init()
/titanic_41/usr/src/uts/common/rpc/
H A Dsvc.c1066 if (vers >= sc->sc_versmin && vers <= sc->sc_versmax) in svc_callout_find()
1069 if (*vers_max < sc->sc_versmax) in svc_callout_find()
1070 *vers_max = sc->sc_versmax; in svc_callout_find()
H A Dsvc.h151 rpcvers_t sc_versmax; /* Max version number */ member