Searched defs:tk_ops (Results 1 - 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/fs/lockd/ |
| H A D | clntproc.c | 339 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument 367 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in nlm_do_async_call() argument 381 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument 390 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument 406 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call() argument [all...] |
| /kernel/linux/linux-6.6/fs/lockd/ |
| H A D | clntproc.c | 342 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call() argument 370 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in nlm_do_async_call() argument 384 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call() argument 393 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply() argument 409 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call() argument [all...] |
| /kernel/linux/linux-5.10/include/linux/sunrpc/ |
| H A D | sched.h | 71 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
|
| /kernel/linux/linux-6.6/include/linux/sunrpc/ |
| H A D | sched.h | 69 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
|
| /kernel/linux/linux-5.10/net/sunrpc/ |
| H A D | clnt.c | 1193 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
|
| /kernel/linux/linux-6.6/net/sunrpc/ |
| H A D | clnt.c | 1278 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
|
Completed in 10 milliseconds