Lines Matching refs:proc
249 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call() argument
263 (int)proc, host->h_name); in nlmclnt_call()
272 msg.rpc_proc = &clnt->cl_procinfo[proc]; in nlmclnt_call()
327 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call() argument
339 (int)proc, host->h_name); in __nlm_async_call()
345 msg->rpc_proc = &clnt->cl_procinfo[proc]; in __nlm_async_call()
355 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call() argument
359 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call()
369 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument
375 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call()
378 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument
383 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply()
394 static int nlmclnt_async_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct r… in nlmclnt_async_call() argument
404 task = __nlm_async_call(req, proc, &msg, tk_ops); in nlmclnt_async_call()