Lines Matching refs:out_msg
173 struct ceph_msg *m = con->out_msg; in prepare_write_message_footer()
213 m = con->out_msg; in prepare_write_message()
233 con->out_msg->hdr.crc = cpu_to_le32(crc); in prepare_write_message()
234 memcpy(&con->v1.out_hdr, &con->out_msg->hdr, sizeof(con->v1.out_hdr)); in prepare_write_message()
238 con->out_msg->footer.front_crc = cpu_to_le32(crc); in prepare_write_message()
242 con->out_msg->footer.middle_crc = cpu_to_le32(crc); in prepare_write_message()
244 con->out_msg->footer.middle_crc = 0; in prepare_write_message()
246 le32_to_cpu(con->out_msg->footer.front_crc), in prepare_write_message()
247 le32_to_cpu(con->out_msg->footer.middle_crc)); in prepare_write_message()
248 con->out_msg->footer.flags = 0; in prepare_write_message()
251 con->out_msg->footer.data_crc = 0; in prepare_write_message()
253 prepare_message_data(con->out_msg, m->data_length); in prepare_write_message()
466 struct ceph_msg *msg = con->out_msg; in write_partial_message_data()
1520 if (con->out_msg) { in ceph_con_v1_try_write()
1522 ceph_msg_put(con->out_msg); in ceph_con_v1_try_write()
1523 con->out_msg = NULL; /* we're done with this one */ in ceph_con_v1_try_write()
1568 struct ceph_msg *msg = con->out_msg; in ceph_con_v1_revoke()