Searched refs:tk_ops (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/fs/lockd/
H A Dclntproc.c327 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) __nlm_async_call() argument
333 .callback_ops = tk_ops, __nlm_async_call()
351 tk_ops->rpc_release(req); __nlm_async_call()
355 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) nlm_do_async_call() argument
359 task = __nlm_async_call(req, proc, msg, tk_ops); nlm_do_async_call()
369 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlm_async_call() argument
375 return nlm_do_async_call(req, proc, &msg, tk_ops); nlm_async_call()
378 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlm_async_reply() argument
383 return nlm_do_async_call(req, proc, &msg, tk_ops); nlm_async_reply()
394 static int nlmclnt_async_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlmclnt_async_call() argument
404 task = __nlm_async_call(req, proc, &msg, tk_ops); nlmclnt_async_call()
/linux-4.4.14/net/sunrpc/
H A Dsched.c655 * Helper to call task->tk_ops->rpc_call_prepare
659 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); rpc_prepare_task()
684 * Helper that calls task->tk_ops->rpc_call_done if it exists
689 if (task->tk_ops->rpc_call_done != NULL) { rpc_exit_task()
690 task->tk_ops->rpc_call_done(task, task->tk_calldata); rpc_exit_task()
902 task->tk_ops = task_setup_data->callback_ops; rpc_init_task()
912 if (task->tk_ops->rpc_call_prepare != NULL) rpc_init_task()
974 rpc_release_calldata(task->tk_ops, task->tk_calldata); rpc_free_task()
H A Ddebugfs.c40 clnt->cl_clid, xid, task->tk_timeout, task->tk_ops, tasks_show()
H A Dclnt.c998 * @tk_ops: RPC call ops
1003 const struct rpc_call_ops *tk_ops, void *data) rpc_call_async()
1009 .callback_ops = tk_ops, rpc_call_async()
1377 if (task->tk_ops->rpc_call_prepare != NULL) rpc_restart_call_prepare()
2456 clnt, task->tk_rqstp, task->tk_timeout, task->tk_ops, rpc_show_task()
1002 rpc_call_async(struct rpc_clnt *clnt, const struct rpc_message *msg, int flags, const struct rpc_call_ops *tk_ops, void *data) rpc_call_async() argument
H A Dxprt.c1277 if (task->tk_ops->rpc_count_stats != NULL) xprt_release()
1278 task->tk_ops->rpc_count_stats(task, task->tk_calldata); xprt_release()
/linux-4.4.14/include/linux/sunrpc/
H A Dsched.h57 * tk_ops caller callbacks
61 const struct rpc_call_ops *tk_ops; member in struct:rpc_task
H A Dclnt.h166 const struct rpc_call_ops *tk_ops,
/linux-4.4.14/fs/nfs/
H A Dread.c251 if (!task->tk_ops) { nfs_readpage_retry()
H A Dwrite.c1510 if (!task->tk_ops) { nfs_writeback_result()

Completed in 243 milliseconds