Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log_recover.c2860 __le32 old_crc = rhead->h_crc; in xlog_recover_process() local
2873 if (old_crc && crc != old_crc) in xlog_recover_process()
2884 if (crc != old_crc) { in xlog_recover_process()
2885 if (old_crc || xfs_has_crc(log->l_mp)) { in xlog_recover_process()
2888 le32_to_cpu(old_crc), in xlog_recover_process()