Searched refs:handle_reply (Results 1 – 4 of 4) sorted by relevance
/net/ceph/ |
D | auth_none.c | 51 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply() function 115 .handle_reply = handle_reply,
|
D | auth.c | 239 ret = ac->ops->handle_reply(ac, result, payload, payload_end); in ceph_handle_auth_reply()
|
D | auth_x.c | 672 .handle_reply = ceph_x_handle_reply,
|
D | osd_client.c | 1697 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()
|