Searched refs:other_crc (Results 1 – 1 of 1) sorted by relevance
2885 __le32 expected_crc = rhead->h_crc, crc, other_crc; in xlog_recover_process() local2895 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()