Searched refs:tk_ops (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/lockd/ |
| A D | clntproc.c | 343 …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/net/sunrpc/ |
| A D | sched.c | 813 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task() 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() 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()
|
| A D | debugfs.c | 35 clnt->cl_clid, xid, rpc_task_timeout(task), task->tk_ops, in tasks_show()
|
| A D | clnt.c | 1293 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument 1299 .callback_ops = tk_ops, in rpc_call_async() 1700 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare() 3338 clnt, task->tk_rqstp, rpc_task_timeout(task), task->tk_ops, in rpc_show_task()
|
| /linux/fs/nfs/ |
| A D | localio.c | 321 hdr->task.tk_ops = call_ops; in nfs_local_pgio_init() 346 nfs_local_hdr_release(hdr, hdr->task.tk_ops); in nfs_local_pgio_release() 636 data->task.tk_ops = call_ops; in nfs_local_init_commit() 713 ctx->data->task.tk_ops); in nfs_local_fsync_ctx_free()
|
| A D | read.c | 254 if (!task->tk_ops) { in nfs_readpage_retry()
|
| A D | write.c | 1613 if (!task->tk_ops) { in nfs_writeback_result()
|
| /linux/include/linux/sunrpc/ |
| A D | clnt.h | 210 const struct rpc_call_ops *tk_ops,
|
| A D | sched.h | 80 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
|
| /linux/fs/nfs/flexfilelayout/ |
| A D | flexfilelayout.c | 2027 const struct rpc_call_ops *ops = task->tk_ops; in ff_layout_match_io()
|
Completed in 35 milliseconds