Lines Matching defs:expected_crc
2886 __le32 expected_crc = rhead->h_crc, crc, other_crc;
2895 if (expected_crc && crc != expected_crc) {
2898 if (other_crc == expected_crc) {
2908 * sets expected_crc to 0 so we must consider this valid even on v5
2913 if (expected_crc && crc != expected_crc)
2924 if (crc != expected_crc) {
2925 if (expected_crc || xfs_has_crc(log->l_mp)) {
2928 le32_to_cpu(expected_crc),