Lines Matching refs:do_datacrc
1558 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() local
1574 crc = do_datacrc ? le32_to_cpu(msg->footer.data_crc) : 0; in write_partial_message_data()
1588 if (do_datacrc) in write_partial_message_data()
1593 if (do_datacrc && cursor->need_crc) in write_partial_message_data()
1601 if (do_datacrc) in write_partial_message_data()
2264 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() local
2275 if (do_datacrc) in read_partial_msg_data()
2281 if (do_datacrc) in read_partial_msg_data()
2287 if (do_datacrc) in read_partial_msg_data()
2291 if (do_datacrc) in read_partial_msg_data()
2309 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message() local
2445 if (do_datacrc && in read_partial_message()