Searched refs:need_crc (Results 1 – 2 of 2) sorted by relevance
119 bool need_crc; /* crc update needed */ member
1105 cursor->need_crc = true; in __ceph_msg_data_cursor_init()1198 cursor->need_crc = new_piece; in ceph_msg_data_advance()1580 bool need_crc; in write_partial_message_data() local1593 if (do_datacrc && cursor->need_crc) in write_partial_message_data()1595 need_crc = ceph_msg_data_advance(cursor, (size_t)ret); in write_partial_message_data()