Home
last modified time | relevance | path

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

/Linux-v6.6/fs/lockd/
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 …]
/Linux-v6.6/net/sunrpc/
Dsched.c811 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task()
840 if (task->tk_ops->rpc_count_stats) in rpc_exit_task()
841 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task()
844 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task()
845 trace_rpc_task_call_done(task, task->tk_ops->rpc_call_done); in rpc_exit_task()
846 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->rpc_call_prepare != NULL) in rpc_init_task()
1186 rpc_release_calldata(task->tk_ops, task->tk_calldata); in rpc_free_task()
Ddebugfs.c35 clnt->cl_clid, xid, rpc_task_timeout(task), task->tk_ops, in tasks_show()
Dclnt.c1276 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument
1282 .callback_ops = tk_ops, in rpc_call_async()
1681 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare()
3324 clnt, task->tk_rqstp, rpc_task_timeout(task), task->tk_ops, in rpc_show_task()
/Linux-v6.6/include/linux/sunrpc/
Dclnt.h208 const struct rpc_call_ops *tk_ops,
Dsched.h69 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
/Linux-v6.6/fs/nfs/
Dread.c256 if (!task->tk_ops) { in nfs_readpage_retry()
Dwrite.c1632 if (!task->tk_ops) { in nfs_writeback_result()
/Linux-v6.6/fs/nfs/flexfilelayout/
Dflexfilelayout.c1993 const struct rpc_call_ops *ops = task->tk_ops; in ff_layout_match_io()