Lines Matching refs:tk_ops
327 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument
333 .callback_ops = tk_ops, in __nlm_async_call()
351 tk_ops->rpc_release(req); in __nlm_async_call()
355 …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
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 …sync_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call() argument
404 task = __nlm_async_call(req, proc, &msg, tk_ops); in nlmclnt_async_call()