Searched refs:old_crc (Results 1 – 1 of 1) sorted by relevance
2855 __le32 old_crc = rhead->h_crc; in xlog_recover_process() local2868 if (old_crc && crc != old_crc) in xlog_recover_process()2879 if (crc != old_crc) { in xlog_recover_process()2880 if (old_crc || xfs_has_crc(log->l_mp)) { in xlog_recover_process()2883 le32_to_cpu(old_crc), in xlog_recover_process()