Searched refs:tk_ops (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/fs/lockd/ |
D | clntproc.c | 339 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument 345 .callback_ops = tk_ops, in __nlm_async_call() 363 tk_ops->rpc_release(req); in __nlm_async_call() 367 …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 371 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call() 381 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument 387 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call() 390 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument 395 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply() 406 …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-6.1.9/net/sunrpc/ |
D | sched.c | 811 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task() 841 if (task->tk_ops->rpc_count_stats) in rpc_exit_task() 842 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task() 845 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task() 846 trace_rpc_task_call_done(task, task->tk_ops->rpc_call_done); in rpc_exit_task() 847 task->tk_ops->rpc_call_done(task, task->tk_calldata); in rpc_exit_task() 1110 task->tk_ops = task_setup_data->callback_ops; in rpc_init_task() 1125 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_init_task() 1188 rpc_release_calldata(task->tk_ops, task->tk_calldata); in rpc_free_task()
|
D | debugfs.c | 35 clnt->cl_clid, xid, rpc_task_timeout(task), task->tk_ops, in tasks_show()
|
D | clnt.c | 1267 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument 1273 .callback_ops = tk_ops, in rpc_call_async() 1672 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare() 3292 clnt, task->tk_rqstp, rpc_task_timeout(task), task->tk_ops, in rpc_show_task()
|
/linux-6.1.9/include/linux/sunrpc/ |
D | clnt.h | 197 const struct rpc_call_ops *tk_ops,
|
D | sched.h | 69 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
|
/linux-6.1.9/fs/nfs/ |
D | read.c | 253 if (!task->tk_ops) { in nfs_readpage_retry()
|
D | write.c | 1627 if (!task->tk_ops) { in nfs_writeback_result()
|
/linux-6.1.9/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1992 const struct rpc_call_ops *ops = task->tk_ops; in ff_layout_match_io()
|