Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dmessenger.h123 bool need_crc; /* crc update needed */ member
/linux-4.1.27/net/ceph/
Dmessenger.c1108 cursor->need_crc = true; in __ceph_msg_data_cursor_init()
1201 cursor->need_crc = new_piece; in ceph_msg_data_advance()
1573 bool need_crc; in write_partial_message_data() local
1586 if (do_datacrc && cursor->need_crc) in write_partial_message_data()
1588 need_crc = ceph_msg_data_advance(&msg->cursor, (size_t)ret); in write_partial_message_data()