Lines Matching refs:out_msg
174 struct ceph_msg *m = con->out_msg; in prepare_write_message_footer()
214 m = con->out_msg; in prepare_write_message()
234 con->out_msg->hdr.crc = cpu_to_le32(crc); in prepare_write_message()
235 memcpy(&con->v1.out_hdr, &con->out_msg->hdr, sizeof(con->v1.out_hdr)); in prepare_write_message()
239 con->out_msg->footer.front_crc = cpu_to_le32(crc); in prepare_write_message()
243 con->out_msg->footer.middle_crc = cpu_to_le32(crc); in prepare_write_message()
245 con->out_msg->footer.middle_crc = 0; in prepare_write_message()
247 le32_to_cpu(con->out_msg->footer.front_crc), in prepare_write_message()
248 le32_to_cpu(con->out_msg->footer.middle_crc)); in prepare_write_message()
249 con->out_msg->footer.flags = 0; in prepare_write_message()
252 con->out_msg->footer.data_crc = 0; in prepare_write_message()
254 prepare_message_data(con->out_msg, m->data_length); in prepare_write_message()
467 struct ceph_msg *msg = con->out_msg; in write_partial_message_data()
1521 if (con->out_msg) { in ceph_con_v1_try_write()
1523 ceph_msg_put(con->out_msg); in ceph_con_v1_try_write()
1524 con->out_msg = NULL; /* we're done with this one */ in ceph_con_v1_try_write()
1569 struct ceph_msg *msg = con->out_msg; in ceph_con_v1_revoke()