Lines Matching defs:con
2244 if (CEPH_HAVE_FEATURE(msg->con->peer_features, RESEND_ON_SPLIT)) {
2247 ceph_encode_64(&p, msg->con->peer_features);
4294 static void osd_fault(struct ceph_connection *con)
4296 struct ceph_osd *osd = con->private;
5407 static void osd_dispatch(struct ceph_connection *con, struct ceph_msg *msg)
5409 struct ceph_osd *osd = con->private;
5458 static struct ceph_msg *get_reply(struct ceph_connection *con,
5462 struct ceph_osd *osd = con->private;
5551 static struct ceph_msg *osd_alloc_msg(struct ceph_connection *con,
5555 struct ceph_osd *osd = con->private;
5565 return get_reply(con, hdr, skip);
5577 static struct ceph_connection *osd_get_con(struct ceph_connection *con)
5579 struct ceph_osd *osd = con->private;
5581 return con;
5585 static void osd_put_con(struct ceph_connection *con)
5587 struct ceph_osd *osd = con->private;
5600 osd_get_authorizer(struct ceph_connection *con, int *proto, int force_new)
5602 struct ceph_osd *o = con->private;
5616 static int osd_add_authorizer_challenge(struct ceph_connection *con,
5619 struct ceph_osd *o = con->private;
5627 static int osd_verify_authorizer_reply(struct ceph_connection *con)
5629 struct ceph_osd *o = con->private;
5639 static int osd_invalidate_authorizer(struct ceph_connection *con)
5641 struct ceph_osd *o = con->private;
5649 static int osd_get_auth_request(struct ceph_connection *con,
5653 struct ceph_osd *o = con->private;
5668 static int osd_handle_auth_reply_more(struct ceph_connection *con,
5673 struct ceph_osd *o = con->private;
5688 static int osd_handle_auth_done(struct ceph_connection *con,
5693 struct ceph_osd *o = con->private;
5702 static int osd_handle_auth_bad_method(struct ceph_connection *con,
5707 struct ceph_osd *o = con->private;
5733 struct ceph_osd *o = msg->con->private;
5741 struct ceph_osd *o = msg->con->private;
5764 static int prep_next_sparse_read(struct ceph_connection *con,
5767 struct ceph_osd *o = con->private;
5773 req = lookup_request(&o->o_requests, le64_to_cpu(con->in_msg->hdr.tid));
5852 static int osd_sparse_read(struct ceph_connection *con,
5856 struct ceph_osd *o = con->private;
5865 ret = prep_next_sparse_read(con, cursor);