Searched refs:handle_reply (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/net/ceph/ |
D | auth_none.c | 46 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply() function 110 .handle_reply = handle_reply,
|
D | auth.c | 228 ret = ac->ops->handle_reply(ac, result, payload, payload_end); in ceph_handle_auth_reply()
|
D | auth_x.c | 643 .handle_reply = ceph_x_handle_reply,
|
D | osd_client.c | 1151 static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg, in handle_reply() function 1946 handle_reply(osdc, msg, con); in dispatch()
|
/linux-2.6.39/include/linux/ceph/ |
D | auth.h | 38 int (*handle_reply)(struct ceph_auth_client *ac, int result, member
|
/linux-2.6.39/fs/ceph/ |
D | mds_client.c | 2004 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function 3345 handle_reply(s, msg); in dispatch()
|