Searched defs:tk_ops (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/lockd/ |
D | clntproc.c | 337 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) 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() 379 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *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() 404 …sync_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | sched.h | 70 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
|
/Linux-v4.19/net/sunrpc/ |
D | clnt.c | 1112 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async()
|