Home
last modified time | relevance | path

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

/linux-3.4.99/fs/lockd/
Dclntproc.c326 …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/
Dsched.c643 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()
Dclnt.c824 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()
Dxprt.c1160 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/
Dsched.h61 const struct rpc_call_ops *tk_ops; member
Dclnt.h149 const struct rpc_call_ops *tk_ops,
/linux-3.4.99/fs/nfs/
Dnfs4proc.c3401 task->tk_ops = data->mds_ops; in nfs4_reset_read()
3441 task->tk_ops = data->mds_ops; in nfs4_reset_write()