Searched refs:old_crc (Results 1 – 1 of 1) sorted by relevance
2893 __le32 old_crc = rhead->h_crc; in xlog_recover_process() local2906 if (old_crc && crc != old_crc) in xlog_recover_process()2917 if (crc != old_crc) { in xlog_recover_process()2918 if (old_crc || xfs_has_crc(log->l_mp)) { in xlog_recover_process()2921 le32_to_cpu(old_crc), in xlog_recover_process()