Home
last modified time | relevance | path

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

/linux-4.4.14/fs/lockd/
Dclntproc.c327 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in __nlm_async_call()
355 …nc_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) in nlm_do_async_call()
369 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
378 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
394 …sync_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlmclnt_async_call()
/linux-4.4.14/include/linux/sunrpc/
Dsched.h61 const struct rpc_call_ops *tk_ops; member
/linux-4.4.14/net/sunrpc/
Dclnt.c1003 const struct rpc_call_ops *tk_ops, void *data) in rpc_call_async()