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