Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dmessenger.c1588 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() local
1604 crc = do_datacrc ? le32_to_cpu(msg->footer.data_crc) : 0; in write_partial_message_data()
1622 if (do_datacrc) in write_partial_message_data()
1627 if (do_datacrc && cursor->need_crc) in write_partial_message_data()
1635 if (do_datacrc) in write_partial_message_data()
2343 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() local
2354 if (do_datacrc) in read_partial_msg_data()
2365 if (do_datacrc) in read_partial_msg_data()
2371 if (do_datacrc) in read_partial_msg_data()
2375 if (do_datacrc) in read_partial_msg_data()
[all …]