Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmessenger.h119 bool need_crc; /* crc update needed */ member
/linux-4.4.14/net/ceph/
Dmessenger.c1105 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() local
1593 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()