Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dauth_none.c72 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply() function
125 .handle_reply = handle_reply,
Dauth.c243 ret = ac->ops->handle_reply(ac, result, payload, payload_end); in ceph_handle_auth_reply()
Dauth_x.c918 .handle_reply = ceph_x_handle_reply,
Dosd_client.c3482 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply() function
5204 handle_reply(osd, msg); in dispatch()
/Linux-v4.19/include/linux/ceph/
Dauth.h55 int (*handle_reply)(struct ceph_auth_client *ac, int result, member
/Linux-v4.19/fs/ceph/
Dmds_client.c2526 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function
4125 handle_reply(s, msg); in dispatch()