Lines Matching defs:rpc_clnt
51 struct rpc_clnt *rpc_clnt;
66 if (dss->rpc_clnt->cl_auth->au_flavor != flavor)
84 if (dss->rpc_clnt->cl_auth->au_flavor != flavor)
105 dss->rpc_clnt = rpc_clone_client_set_auth(ds_clp->cl_rpcclient, flavor);
106 if (IS_ERR(dss->rpc_clnt)) {
107 int err = PTR_ERR(dss->rpc_clnt);
119 rpc_release_client(dss->rpc_clnt);
131 struct rpc_clnt *
147 return dss->rpc_clnt;
160 rpc_shutdown_client(dss->rpc_clnt);
1297 struct rpc_clnt *clnt = server->client;