Lines Matching defs:clnt
18 #include <linux/sunrpc/clnt.h>
194 dprintk("lockd: clnt proc returns %d\n", status);
264 struct rpc_clnt *clnt;
282 if ((clnt = nlm_bind_host(host)) == NULL)
284 msg.rpc_proc = &clnt->cl_procinfo[proc];
287 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) {
342 struct rpc_clnt *clnt;
354 clnt = nlm_bind_host(host);
355 if (clnt == NULL)
357 msg->rpc_proc = &clnt->cl_procinfo[proc];
358 task_setup_data.rpc_client = clnt;