Home
last modified time | relevance | path

Searched refs:need_crc (Results 1 – 1 of 1) sorted by relevance

/net/ceph/
Dmessenger.c1075 cursor->need_crc = true; in __ceph_msg_data_cursor_init()
1168 cursor->need_crc = new_piece; in ceph_msg_data_advance()
1524 bool need_crc; in write_partial_message_data() local
1537 if (do_datacrc && cursor->need_crc) in write_partial_message_data()
1539 need_crc = ceph_msg_data_advance(&msg->cursor, (size_t)ret); in write_partial_message_data()