Searched refs:handle_reply (Results 1 – 4 of 4) sorted by relevance
| /net/ceph/ |
| A D | auth_none.c | 72 static int handle_reply(struct ceph_auth_client *ac, u64 global_id, in handle_reply() function 127 .handle_reply = handle_reply,
|
| A D | auth.c | 265 ret = ac->ops->handle_reply(ac, global_id, payload, payload_end, in ceph_handle_auth_reply() 481 ret = ac->ops->handle_reply(ac, 0, reply, reply + reply_len, in ceph_auth_handle_reply_more() 499 ret = ac->ops->handle_reply(ac, global_id, reply, reply + reply_len, in ceph_auth_handle_reply_done()
|
| A D | auth_x.c | 1074 .handle_reply = ceph_x_handle_reply,
|
| A D | osd_client.c | 3745 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply() function 5363 handle_reply(osd, msg); in osd_dispatch()
|
Completed in 18 milliseconds