Searched refs:do_datacrc (Results 1 – 1 of 1) sorted by relevance
465 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() local481 crc = do_datacrc ? le32_to_cpu(msg->footer.data_crc) : 0; in write_partial_message_data()497 if (do_datacrc) in write_partial_message_data()502 if (do_datacrc && cursor->need_crc) in write_partial_message_data()510 if (do_datacrc) in write_partial_message_data()1029 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_sparse_msg_data() local1033 if (do_datacrc) in read_partial_sparse_msg_data()1057 if (do_datacrc) in read_partial_sparse_msg_data()1066 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() local1073 if (do_datacrc) in read_partial_msg_data()[all …]