Searched refs:tk_ops (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/lockd/ |
D | clntproc.c | 326 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument 332 .callback_ops = tk_ops, in __nlm_async_call() 350 tk_ops->rpc_release(req); in __nlm_async_call() 354 …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 358 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call() 368 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument 374 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call() 377 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument 382 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply() 393 …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-3.4.99/net/sunrpc/ |
D | sched.c | 643 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task() 673 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task() 674 task->tk_ops->rpc_call_done(task, task->tk_calldata); in rpc_exit_task() 881 task->tk_ops = task_setup_data->callback_ops; in rpc_init_task() 891 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_init_task() 953 rpc_release_calldata(task->tk_ops, task->tk_calldata); in rpc_free_task()
|
D | clnt.c | 824 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument 830 .callback_ops = tk_ops, in rpc_call_async() 851 const struct rpc_call_ops *tk_ops) in rpc_run_bc_task() argument 856 .callback_ops = tk_ops, in rpc_run_bc_task() 1183 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare() 2204 clnt, task->tk_rqstp, task->tk_timeout, task->tk_ops, in rpc_show_task()
|
D | xprt.c | 1160 if (task->tk_ops->rpc_count_stats != NULL) in xprt_release() 1161 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in xprt_release()
|
/linux-3.4.99/include/linux/sunrpc/ |
D | sched.h | 61 const struct rpc_call_ops *tk_ops; member
|
D | clnt.h | 149 const struct rpc_call_ops *tk_ops,
|
/linux-3.4.99/fs/nfs/ |
D | nfs4proc.c | 3401 task->tk_ops = data->mds_ops; in nfs4_reset_read() 3441 task->tk_ops = data->mds_ops; in nfs4_reset_write()
|