Lines Matching refs:con

995 static void osd_reset(struct ceph_connection *con)  in osd_reset()  argument
997 struct ceph_osd *osd = con->private; in osd_reset()
2796 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() argument
2798 struct ceph_osd *osd = con->private; in dispatch()
2830 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() argument
2834 struct ceph_osd *osd = con->private; in get_reply()
2884 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() argument
2888 struct ceph_osd *osd = con->private; in alloc_msg()
2898 return get_reply(con, hdr, skip); in alloc_msg()
2910 static struct ceph_connection *get_osd_con(struct ceph_connection *con) in get_osd_con() argument
2912 struct ceph_osd *osd = con->private; in get_osd_con()
2914 return con; in get_osd_con()
2918 static void put_osd_con(struct ceph_connection *con) in put_osd_con() argument
2920 struct ceph_osd *osd = con->private; in put_osd_con()
2931 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() argument
2934 struct ceph_osd *o = con->private; in get_authorizer()
2960 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() argument
2962 struct ceph_osd *o = con->private; in verify_authorizer_reply()
2969 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() argument
2971 struct ceph_osd *o = con->private; in invalidate_authorizer()
2981 struct ceph_osd *o = msg->con->private; in osd_sign_message()
2989 struct ceph_osd *o = msg->con->private; in osd_check_message_signature()