Home
last modified time | relevance | path

Searched refs:tk_ops (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/fs/lockd/
H A Dclntproc.c339 static struct rpc_task *__nlm_async_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 static int nlm_do_async_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 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call() argument
[all...]
/kernel/linux/linux-6.6/fs/lockd/
H A Dclntproc.c342 static struct rpc_task *__nlm_async_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 static int nlm_do_async_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 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call() argument
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsched.c786 * Helper to call task->tk_ops->rpc_call_prepare
790 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task()
813 * Helper that calls task->tk_ops->rpc_call_done if it exists
819 if (task->tk_ops->rpc_count_stats) in rpc_exit_task()
820 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task()
823 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task()
824 task->tk_ops->rpc_call_done(task, task->tk_calldata); in rpc_exit_task()
1057 task->tk_ops = task_setup_data->callback_ops; in rpc_init_task()
1072 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_init_task()
1126 rpc_release_calldata(task->tk_ops, tas in rpc_free_task()
[all...]
H A Ddebugfs.c35 clnt->cl_clid, xid, rpc_task_timeout(task), task->tk_ops, in tasks_show()
H A Dclnt.c1189 * @tk_ops: RPC call ops
1194 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async()
1200 .callback_ops = tk_ops, in rpc_call_async()
1597 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare()
2992 clnt, task->tk_rqstp, rpc_task_timeout(task), task->tk_ops, in rpc_show_task()
1193 rpc_call_async(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags, const struct rpc_call_ops *tk_ops, void *data) rpc_call_async() argument
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsched.c807 * Helper to call task->tk_ops->rpc_call_prepare
811 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task()
834 * Helper that calls task->tk_ops->rpc_call_done if it exists
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 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.c1274 * @tk_ops: RPC call ops
1279 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async()
1285 .callback_ops = tk_ops, in rpc_call_async()
1684 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare()
3327 clnt, task->tk_rqstp, rpc_task_timeout(task), task->tk_ops, in rpc_show_task()
1278 rpc_call_async(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags, const struct rpc_call_ops *tk_ops, void *data) rpc_call_async() argument
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dsched.h71 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
H A Dclnt.h192 const struct rpc_call_ops *tk_ops,
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dclnt.h209 const struct rpc_call_ops *tk_ops,
H A Dsched.h69 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
/kernel/linux/linux-5.10/fs/nfs/
H A Dread.c276 if (!task->tk_ops) { in nfs_readpage_retry()
H A Dwrite.c1610 if (!task->tk_ops) { in nfs_writeback_result()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1993 const struct rpc_call_ops *ops = task->tk_ops; in ff_layout_match_io()

Completed in 36 milliseconds