Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dmessenger.h239 bool need_crc; /* crc update needed */ member
/linux/net/ceph/
H A Dmessenger.c1064 cursor->need_crc = true; in __ceph_msg_data_cursor_init()
1162 cursor->need_crc = new_piece; in ceph_msg_data_advance()
H A Dmessenger_v1.c502 if (do_datacrc && cursor->need_crc) in write_partial_message_data()