Lines Matching defs:clnt
19 #include <linux/sunrpc/clnt.h>
197 dprintk("lockd: clnt proc returns %d\n", status);
267 struct rpc_clnt *clnt;
285 if ((clnt = nlm_bind_host(host)) == NULL)
287 msg.rpc_proc = &clnt->cl_procinfo[proc];
290 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) {
345 struct rpc_clnt *clnt;
357 clnt = nlm_bind_host(host);
358 if (clnt == NULL)
360 msg->rpc_proc = &clnt->cl_procinfo[proc];
361 task_setup_data.rpc_client = clnt;