Home
last modified time | relevance | path

Searched defs:tk_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/lockd/
H A Dclntproc.c342 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call()
370 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in nlm_do_async_call()
384 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
393 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
409 …nc_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call()
/openbmc/linux/include/linux/sunrpc/
H A Dsched.h69 const struct rpc_call_ops *tk_ops; /* Caller callbacks */ member
/openbmc/linux/net/sunrpc/
H A Dclnt.c1283 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async()