Lines Matching refs:do_datacrc
469 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() local
485 crc = do_datacrc ? le32_to_cpu(msg->footer.data_crc) : 0; in write_partial_message_data()
501 if (do_datacrc) in write_partial_message_data()
506 if (do_datacrc && cursor->need_crc) in write_partial_message_data()
514 if (do_datacrc) in write_partial_message_data()
1033 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_sparse_msg_data() local
1037 if (do_datacrc) in read_partial_sparse_msg_data()
1061 if (do_datacrc) in read_partial_sparse_msg_data()
1070 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() local
1077 if (do_datacrc) in read_partial_msg_data()
1088 if (do_datacrc) in read_partial_msg_data()
1094 if (do_datacrc) in read_partial_msg_data()
1098 if (do_datacrc) in read_partial_msg_data()
1154 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message() local
1294 if (do_datacrc && in read_partial_message()