Home
last modified time | relevance | path

Searched refs:handle_reply (Results 1 – 4 of 4) sorted by relevance

/net/ceph/
Dauth_none.c51 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply() function
115 .handle_reply = handle_reply,
Dauth.c239 ret = ac->ops->handle_reply(ac, result, payload, payload_end); in ceph_handle_auth_reply()
Dauth_x.c672 .handle_reply = ceph_x_handle_reply,
Dosd_client.c1697 static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg, in handle_reply() function
2754 handle_reply(osdc, msg, con); in dispatch()