Lines Matching refs:tk_ops
340 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument
346 .callback_ops = tk_ops, in __nlm_async_call()
364 tk_ops->rpc_release(req); in __nlm_async_call()
368 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in nlm_do_async_call() argument
372 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call()
382 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument
388 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call()
391 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument
396 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply()
407 …nc_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call() argument
417 task = __nlm_async_call(req, proc, &msg, tk_ops); in nlmclnt_async_call()