Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dclntproc.c337 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument
343 .callback_ops = tk_ops, in __nlm_async_call()
361 tk_ops->rpc_release(req); in __nlm_async_call()
365 …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
369 task = __nlm_async_call(req, proc, msg, tk_ops); in nlm_do_async_call()
379 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument
385 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_call()
388 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument
393 return nlm_do_async_call(req, proc, &msg, tk_ops); in nlm_async_reply()
404 …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-v4.19/net/sunrpc/
Dsched.c694 task->tk_ops->rpc_call_prepare(task, task->tk_calldata); in rpc_prepare_task()
724 if (task->tk_ops->rpc_call_done != NULL) { in rpc_exit_task()
725 task->tk_ops->rpc_call_done(task, task->tk_calldata); in rpc_exit_task()
940 task->tk_ops = task_setup_data->callback_ops; in rpc_init_task()
952 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_init_task()
1009 rpc_release_calldata(task->tk_ops, task->tk_calldata); in rpc_free_task()
Ddebugfs.c36 clnt->cl_clid, xid, task->tk_timeout, task->tk_ops, in tasks_show()
Dclnt.c1112 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async() argument
1118 .callback_ops = tk_ops, in rpc_call_async()
1468 if (task->tk_ops->rpc_call_prepare != NULL) in rpc_restart_call_prepare()
2830 clnt, task->tk_rqstp, task->tk_timeout, task->tk_ops, in rpc_show_task()
Dxprt.c1355 if (task->tk_ops->rpc_count_stats != NULL) in xprt_release()
1356 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in xprt_release()
/Linux-v4.19/include/linux/sunrpc/
Dclnt.h174 const struct rpc_call_ops *tk_ops,
Dsched.h70 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
/Linux-v4.19/fs/nfs/
Dread.c262 if (!task->tk_ops) { in nfs_readpage_retry()
Dwrite.c1602 if (!task->tk_ops) { in nfs_writeback_result()