Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_recover.c2885 __le32 expected_crc = rhead->h_crc, crc, other_crc; in xlog_recover_process() local
2895 other_crc = xlog_cksum(log, rhead, dp, XLOG_REC_SIZE_OTHER, in xlog_recover_process()
2897 if (other_crc == expected_crc) { in xlog_recover_process()
2900 crc = other_crc; in xlog_recover_process()