Lines Matching refs:proc
194 dprintk("lockd: clnt proc returns %d\n", status);
261 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc)
275 (int)proc, host->h_name);
284 msg.rpc_proc = &clnt->cl_procinfo[proc];
339 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
351 (int)proc, host->h_name);
357 msg->rpc_proc = &clnt->cl_procinfo[proc];
367 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
371 task = __nlm_async_call(req, proc, msg, tk_ops);
381 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
387 return nlm_do_async_call(req, proc, &msg, tk_ops);
390 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
395 return nlm_do_async_call(req, proc, &msg, tk_ops);
406 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
416 task = __nlm_async_call(req, proc, &msg, tk_ops);