Lines Matching defs:con
2163 if (CEPH_HAVE_FEATURE(msg->con->peer_features, RESEND_ON_SPLIT)) {
2166 ceph_encode_64(&p, msg->con->peer_features);
4204 static void osd_fault(struct ceph_connection *con)
4206 struct ceph_osd *osd = con->private;
5357 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
5359 struct ceph_osd *osd = con->private;
5390 static struct ceph_msg *get_reply(struct ceph_connection *con,
5394 struct ceph_osd *osd = con->private;
5479 static struct ceph_msg *alloc_msg(struct ceph_connection *con,
5483 struct ceph_osd *osd = con->private;
5493 return get_reply(con, hdr, skip);
5505 static struct ceph_connection *get_osd_con(struct ceph_connection *con)
5507 struct ceph_osd *osd = con->private;
5509 return con;
5513 static void put_osd_con(struct ceph_connection *con)
5515 struct ceph_osd *osd = con->private;
5526 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con,
5529 struct ceph_osd *o = con->private;
5554 static int add_authorizer_challenge(struct ceph_connection *con,
5557 struct ceph_osd *o = con->private;
5565 static int verify_authorizer_reply(struct ceph_connection *con)
5567 struct ceph_osd *o = con->private;
5574 static int invalidate_authorizer(struct ceph_connection *con)
5576 struct ceph_osd *o = con->private;
5594 struct ceph_osd *o = msg->con->private;
5602 struct ceph_osd *o = msg->con->private;