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

/linux-4.1.27/net/ceph/
H A Dauth_none.c51 static int handle_reply(struct ceph_auth_client *ac, int result, handle_reply() function
115 .handle_reply = handle_reply,
H A Dauth_x.c509 dout("handle_reply got server challenge %llx\n", ceph_x_handle_reply()
518 dout("handle_reply op %d result %d\n", op, result); ceph_x_handle_reply()
732 .handle_reply = ceph_x_handle_reply,
H A Dauth.c239 ret = ac->ops->handle_reply(ac, result, payload, payload_end); ceph_handle_auth_reply()
H A Dosd_client.c1740 static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg, handle_reply() function
1762 dout("handle_reply %p tid %llu\n", msg, tid); handle_reply()
1788 dout("handle_reply tid %llu dne\n", tid); handle_reply()
1793 dout("handle_reply %p tid %llu req %p result %d\n", msg, tid, handle_reply()
1861 dout("handle_reply result %d bytes %d\n", req->r_result, handle_reply()
1872 dout("handle_reply tid %llu dup ack\n", tid); handle_reply()
1876 dout("handle_reply tid %llu flags %d\n", tid, flags); handle_reply()
2797 handle_reply(osdc, msg, con); dispatch()
/linux-4.1.27/include/linux/ceph/
H A Dauth.h47 * handshake. if handle_reply returns -EAGAIN, we build
51 int (*handle_reply)(struct ceph_auth_client *ac, int result, member in struct:ceph_auth_client_ops
/linux-4.1.27/fs/ceph/
H A Dmds_client.c2336 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) handle_reply() function
2358 dout("handle_reply on unknown tid %llu\n", tid); handle_reply()
2362 dout("handle_reply %p\n", req); handle_reply()
2445 dout("handle_reply tid %lld result %d\n", tid, result); handle_reply()
3743 handle_reply(s, msg); dispatch()

Completed in 162 milliseconds