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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth_none.c45 static int handle_reply(struct ceph_auth_client *ac, int result, function
109 .handle_reply = handle_reply,
H A Dauth.h34 * handshake. if handle_reply returns -EAGAIN, we build
38 int (*handle_reply)(struct ceph_auth_client *ac, int result, member in struct:ceph_auth_client_ops
H A Dauth.c228 ret = ac->ops->handle_reply(ac, result, payload, payload_end);
H A Dauth_x.c491 dout("handle_reply got server challenge %llx\n",
500 dout("handle_reply op %d result %d\n", op, result);
642 .handle_reply = ceph_x_handle_reply,
H A Dosd_client.c791 static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg, function
809 dout("handle_reply %p tid %llu result %d\n", msg, tid, (int)result);
815 dout("handle_reply tid %llu dne\n", tid);
837 dout("handle_reply result %d bytes %d\n", req->r_result,
847 dout("handle_reply tid %llu dup ack\n", tid);
852 dout("handle_reply tid %llu flags %d\n", tid, flags);
1346 handle_reply(osdc, msg, con);
H A Dmds_client.c1948 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) function
1969 dout("handle_reply on unknown tid %llu\n", tid);
1973 dout("handle_reply %p\n", req);
2063 dout("handle_reply tid %lld result %d\n", tid, result);
3247 handle_reply(s, msg);

Completed in 49 milliseconds