Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dclntproc.c327 …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.1.27/net/sunrpc/
Dsched.c659 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()
Dclnt.c1010 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument
1016 .callback_ops = tk_ops, in rpc_call_async()
1037 const struct rpc_call_ops *tk_ops) in rpc_run_bc_task() argument
1042 .callback_ops = tk_ops, in rpc_run_bc_task()
1385 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare()
2452 clnt, task->tk_rqstp, task->tk_timeout, task->tk_ops, in rpc_show_task()
Ddebugfs.c37 clnt->cl_clid, xid, task->tk_timeout, task->tk_ops, in tasks_show()
Dxprt.c1273 if (task->tk_ops->rpc_count_stats != NULL) in xprt_release()
1274 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in xprt_release()
/linux-4.1.27/include/linux/sunrpc/
Dclnt.h165 const struct rpc_call_ops *tk_ops,
Dsched.h61 const struct rpc_call_ops *tk_ops; member