Searched refs:tk_ops (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/lockd/ |
D | clntproc.c | 325 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument 331 .callback_ops = tk_ops, in __nlm_async_call() 349 tk_ops->rpc_release(req); in __nlm_async_call() 353 …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 357 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call() 367 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument 373 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call() 376 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument 381 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply() 392 …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-2.6.39/net/sunrpc/ |
D | sched.c | 570 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task() 579 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task() 580 task->tk_ops->rpc_call_done(task, task->tk_calldata); in rpc_exit_task() 788 task->tk_ops = task_setup_data->callback_ops; in rpc_init_task() 802 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_init_task() 844 const struct rpc_call_ops *tk_ops = task->tk_ops; in rpc_free_task() local 851 rpc_release_calldata(tk_ops, calldata); in rpc_free_task()
|
D | clnt.c | 697 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument 703 .callback_ops = tk_ops, in rpc_call_async() 724 const struct rpc_call_ops *tk_ops) in rpc_run_bc_task() argument 729 .callback_ops = tk_ops, in rpc_run_bc_task() 1845 clnt, task->tk_rqstp, task->tk_timeout, task->tk_ops, in rpc_show_task()
|
/linux-2.6.39/include/linux/sunrpc/ |
D | sched.h | 61 const struct rpc_call_ops *tk_ops; member
|
D | clnt.h | 147 const struct rpc_call_ops *tk_ops,
|
/linux-2.6.39/fs/nfs/ |
D | nfs4proc.c | 3222 task->tk_ops = data->mds_ops; in nfs4_reset_read() 3261 task->tk_ops = data->mds_ops; in nfs4_reset_write()
|