Lines Matching defs:rpc_clnt
52 struct rpc_clnt *rpc_clnt;
67 if (dss->rpc_clnt->cl_auth->au_flavor != flavor)
85 if (dss->rpc_clnt->cl_auth->au_flavor != flavor)
106 dss->rpc_clnt = rpc_clone_client_set_auth(ds_clp->cl_rpcclient, flavor);
107 if (IS_ERR(dss->rpc_clnt)) {
108 int err = PTR_ERR(dss->rpc_clnt);
120 rpc_release_client(dss->rpc_clnt);
132 struct rpc_clnt *
148 return dss->rpc_clnt;
161 rpc_shutdown_client(dss->rpc_clnt);
1337 struct rpc_clnt *clnt = server->client;