Searched refs:tk_ops (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/lockd/ |
D | clntproc.c | 327 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument 333 .callback_ops = tk_ops, in __nlm_async_call() 351 tk_ops->rpc_release(req); in __nlm_async_call() 355 …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 359 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call() 369 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument 375 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call() 378 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument 383 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply() 394 …sync_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call() argument [all …]
|
/linux-4.4.14/net/sunrpc/ |
D | sched.c | 659 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task() 689 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task() 690 task->tk_ops->rpc_call_done(task, task->tk_calldata); in rpc_exit_task() 902 task->tk_ops = task_setup_data->callback_ops; in rpc_init_task() 912 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_init_task() 974 rpc_release_calldata(task->tk_ops, task->tk_calldata); in rpc_free_task()
|
D | debugfs.c | 40 clnt->cl_clid, xid, task->tk_timeout, task->tk_ops, in tasks_show()
|
D | clnt.c | 1003 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument 1009 .callback_ops = tk_ops, in rpc_call_async() 1377 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare() 2456 clnt, task->tk_rqstp, task->tk_timeout, task->tk_ops, in rpc_show_task()
|
D | xprt.c | 1277 if (task->tk_ops->rpc_count_stats != NULL) in xprt_release() 1278 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in xprt_release()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | clnt.h | 166 const struct rpc_call_ops *tk_ops,
|
D | sched.h | 61 const struct rpc_call_ops *tk_ops; member
|
/linux-4.4.14/fs/nfs/ |
D | read.c | 251 if (!task->tk_ops) { in nfs_readpage_retry()
|
D | write.c | 1510 if (!task->tk_ops) { in nfs_writeback_result()
|