Home
last modified time | relevance | path

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

/linux-4.1.27/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.c732 .handle_reply = ceph_x_handle_reply,
Dosd_client.c1740 static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg, in handle_reply() function
2797 handle_reply(osdc, msg, con); in dispatch()
/linux-4.1.27/include/linux/ceph/
Dauth.h51 int (*handle_reply)(struct ceph_auth_client *ac, int result, member
/linux-4.1.27/fs/ceph/
Dmds_client.c2336 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function
3743 handle_reply(s, msg); in dispatch()