Lines Matching defs:crc
428 DISP_u32(sb, crc);
509 MSG(0, "%s", " crc");
749 old_crc = get_sb(crc);
752 set_sb(crc, new_crc);
856 if (f2fs_crc_valid(get_sb(crc), sb,
858 MSG(0, "\tInvalid SB CRC: 0x%x\n", get_sb(crc));
1165 unsigned int crc, cal_crc;
1173 crc = le32_to_cpu(*(__le32 *)((unsigned char *)cp + chksum_offset));
1175 if (cal_crc != crc) {
1176 MSG(0, "\tInvalid CP CRC: offset:%u, crc:0x%x, calc:0x%x\n",
1177 chksum_offset, crc, cal_crc);
3120 uint32_t crc = 0;
3154 crc = f2fs_checkpoint_chksum(cp);
3156 cpu_to_le32(crc);