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