Home
last modified time | relevance | path

Searched refs:old_crc (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_recover.c2897 __le32 old_crc = rhead->h_crc; in xlog_recover_process() local
2910 if (old_crc && crc != old_crc) in xlog_recover_process()
2921 if (crc != old_crc) { in xlog_recover_process()
2922 if (old_crc || xfs_has_crc(log->l_mp)) { in xlog_recover_process()
2925 le32_to_cpu(old_crc), in xlog_recover_process()