Home
last modified time | relevance | path

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

/linux/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/net/sunrpc/
H A Dsched.c813 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()
1106 task->tk_ops = task_setup_data->callback_ops; in rpc_init_task()
1121 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_init_task()
1184 rpc_release_calldata(task->tk_ops, task->tk_calldata); in rpc_free_task()
H A Dclnt.c1285 * @tk_ops: RPC call ops
1290 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument
1296 .callback_ops = tk_ops, in rpc_call_async()
1697 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare()
3357 clnt, task->tk_rqstp, rpc_task_timeout(task), task->tk_ops, in rpc_show_task()
/linux/fs/nfs/
H A Dlocalio.c508 hdr->task.tk_ops = call_ops; in nfs_local_pgio_init()
549 nfs_local_hdr_release(hdr, hdr->task.tk_ops); in nfs_local_pgio_release()
962 data->task.tk_ops = call_ops; in nfs_local_init_commit()
1011 ctx->data->task.tk_ops); in nfs_local_fsync_ctx_free()
H A Dread.c255 if (!task->tk_ops) { in nfs_readpage_retry()
H A Dwrite.c1574 if (!task->tk_ops) { in nfs_writeback_result()
/linux/include/linux/sunrpc/
H A Dsched.h80 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c2396 const struct rpc_call_ops *ops = task->tk_ops; in ff_layout_match_io()