Lines Matching refs:in_msg
593 BUG_ON(con->in_msg != NULL); in prepare_read_message()
997 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_extent()
1032 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_data()
1069 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data()
1106 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data_bounce()
1149 struct ceph_msg *m = con->in_msg; in read_partial_message()
1204 if (!con->in_msg) { in read_partial_message()
1213 BUG_ON((!con->in_msg) ^ skip); in read_partial_message()
1224 BUG_ON(!con->in_msg); in read_partial_message()
1225 BUG_ON(con->in_msg->con != con); in read_partial_message()
1226 m = con->in_msg; in read_partial_message()
1234 prepare_message_data(con->in_msg, data_len); in read_partial_message()
1493 BUG_ON(con->in_msg); in ceph_con_v1_try_write()