Lines Matching refs:do_datacrc
468 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() local
484 crc = do_datacrc ? le32_to_cpu(msg->footer.data_crc) : 0; in write_partial_message_data()
500 if (do_datacrc) in write_partial_message_data()
505 if (do_datacrc && cursor->need_crc) in write_partial_message_data()
513 if (do_datacrc) in write_partial_message_data()
1032 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_sparse_msg_data() local
1036 if (do_datacrc) in read_sparse_msg_data()
1049 if (do_datacrc) in read_sparse_msg_data()
1060 if (do_datacrc) in read_sparse_msg_data()
1069 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() local
1076 if (do_datacrc) in read_partial_msg_data()
1087 if (do_datacrc) in read_partial_msg_data()
1093 if (do_datacrc) in read_partial_msg_data()
1097 if (do_datacrc) in read_partial_msg_data()
1153 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message() local
1293 if (do_datacrc && in read_partial_message()