Home
last modified time | relevance | path

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

/linux-6.15/fs/lockd/
H A Dclntproc.c343 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument
349 .callback_ops = tk_ops, in __nlm_async_call()
367 tk_ops->rpc_release(req); in __nlm_async_call()
371 …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
375 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call()
385 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument
391 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call()
394 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument
399 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply()
410 …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.15/net/sunrpc/
H A Dsched.c815 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task()
844 if (task->tk_ops->rpc_count_stats) in rpc_exit_task()
845 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task()
848 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task()
849 trace_rpc_task_call_done(task, task->tk_ops->rpc_call_done); in rpc_exit_task()
850 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()
H A Ddebugfs.c35 clnt->cl_clid, xid, rpc_task_timeout(task), task->tk_ops, in tasks_show()
H A Dclnt.c1298 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument
1304 .callback_ops = tk_ops, in rpc_call_async()
1705 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare()
3360 clnt, task->tk_rqstp, rpc_task_timeout(task), task->tk_ops, in rpc_show_task()
/linux-6.15/fs/nfs/
H A Dlocalio.c378 hdr->task.tk_ops = call_ops; in nfs_local_pgio_init()
403 nfs_local_hdr_release(hdr, hdr->task.tk_ops); in nfs_local_pgio_release()
759 data->task.tk_ops = call_ops; in nfs_local_init_commit()
808 ctx->data->task.tk_ops); in nfs_local_fsync_ctx_free()
H A Dread.c254 if (!task->tk_ops) { in nfs_readpage_retry()
H A Dwrite.c1626 if (!task->tk_ops) { in nfs_writeback_result()
/linux-6.15/include/linux/sunrpc/
H A Dclnt.h214 const struct rpc_call_ops *tk_ops,
H A Dsched.h80 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
/linux-6.15/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c2063 const struct rpc_call_ops *ops = task->tk_ops; in ff_layout_match_io()