Lines Matching refs:proc
197 dprintk("lockd: clnt proc returns %d\n", status);
264 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc)
278 (int)proc, host->h_name);
287 msg.rpc_proc = &clnt->cl_procinfo[proc];
342 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
354 (int)proc, host->h_name);
360 msg->rpc_proc = &clnt->cl_procinfo[proc];
370 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
374 task = __nlm_async_call(req, proc, msg, tk_ops);
384 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
390 return nlm_do_async_call(req, proc, &msg, tk_ops);
393 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
398 return nlm_do_async_call(req, proc, &msg, tk_ops);
409 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
419 task = __nlm_async_call(req, proc, &msg, tk_ops);