Home
last modified time | relevance | path

Searched refs:tk_ops (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/lockd/
H A Dclntproc.c342 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument
348 .callback_ops = tk_ops, in __nlm_async_call()
366 tk_ops->rpc_release(req); in __nlm_async_call()
370 …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
374 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call()
384 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument
390 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call()
393 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument
398 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply()
409 …nc_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call() argument
[all …]
/openbmc/linux/net/sunrpc/
H A Dsched.c809 * Helper to call task->tk_ops->rpc_call_prepare
813 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task()
836 * Helper that calls task->tk_ops->rpc_call_done if it exists
842 if (task->tk_ops->rpc_count_stats) in rpc_exit_task()
843 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task()
846 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task()
847 trace_rpc_task_call_done(task, task->tk_ops->rpc_call_done); in rpc_exit_task()
848 task->tk_ops->rpc_call_done(task, task->tk_calldata); in rpc_exit_task()
1108 task->tk_ops = task_setup_data->callback_ops; in rpc_init_task()
1123 if (task->tk_ops in rpc_init_task()
[all...]
H A Ddebugfs.c35 clnt->cl_clid, xid, rpc_task_timeout(task), task->tk_ops, in tasks_show()
H A Dclnt.c1283 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument
1289 .callback_ops = tk_ops, in rpc_call_async()
1688 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare()
3332 clnt, task->tk_rqstp, rpc_task_timeout(task), task->tk_ops, in rpc_show_task()
/openbmc/linux/include/linux/sunrpc/
H A Dclnt.h210 const struct rpc_call_ops *tk_ops,
H A Dsched.h69 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
/openbmc/linux/fs/nfs/
H A Dread.c256 if (!task->tk_ops) { in nfs_readpage_retry()
H A Dwrite.c1634 if (!task->tk_ops) { in nfs_writeback_result()
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c2008 const struct rpc_call_ops *ops = task->tk_ops; in ff_layout_match_io()