Lines Matching refs:con

979 static void osd_reset(struct ceph_connection *con)  in osd_reset()  argument
981 struct ceph_osd *osd = con->private; in osd_reset()
1741 struct ceph_connection *con) in handle_reply() argument
2782 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() argument
2784 struct ceph_osd *osd = con->private; in dispatch()
2797 handle_reply(osdc, msg, con); in dispatch()
2815 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() argument
2819 struct ceph_osd *osd = con->private; in get_reply()
2838 if (req->r_reply->con) in get_reply()
2840 req->r_reply, req->r_reply->con); in get_reply()
2846 (unsigned int)con->peer_name.type, in get_reply()
2847 le64_to_cpu(con->peer_name.num)); in get_reply()
2888 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() argument
2892 struct ceph_osd *osd = con->private; in alloc_msg()
2902 return get_reply(con, hdr, skip); in alloc_msg()
2914 static struct ceph_connection *get_osd_con(struct ceph_connection *con) in get_osd_con() argument
2916 struct ceph_osd *osd = con->private; in get_osd_con()
2918 return con; in get_osd_con()
2922 static void put_osd_con(struct ceph_connection *con) in put_osd_con() argument
2924 struct ceph_osd *osd = con->private; in put_osd_con()
2935 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() argument
2938 struct ceph_osd *o = con->private; in get_authorizer()
2964 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() argument
2966 struct ceph_osd *o = con->private; in verify_authorizer_reply()
2973 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() argument
2975 struct ceph_osd *o = con->private; in invalidate_authorizer()
2983 static int sign_message(struct ceph_connection *con, struct ceph_msg *msg) in sign_message() argument
2985 struct ceph_osd *o = con->private; in sign_message()
2990 static int check_message_signature(struct ceph_connection *con, struct ceph_msg *msg) in check_message_signature() argument
2992 struct ceph_osd *o = con->private; in check_message_signature()