Lines Matching defs:tk_ops
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)
348 .callback_ops = tk_ops,
366 tk_ops->rpc_release(req);
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);