Lines Matching refs:out_msg
519 if (con->out_msg) {
520 WARN_ON(con->out_msg->con != con);
521 ceph_msg_put(con->out_msg);
522 con->out_msg = NULL;
560 WARN_ON(con->out_msg);
1783 WARN_ON(con->out_msg == msg);
1793 if (con->out_msg == msg) {
1800 ceph_msg_put(con->out_msg);
1801 con->out_msg = NULL;
1803 dout("%s con %p msg %p not current, out_msg %p\n", __func__,
1804 con, msg, con->out_msg);
2143 * Get a ref for out_msg. It is put when we are done sending the
2146 WARN_ON(con->out_msg);
2147 return con->out_msg = ceph_msg_get(msg);