Searched refs:crc_old (Results 1 – 1 of 1) sorted by relevance
316 struct bch_extent_crc_unpacked crc_old, in bch2_rechecksum_bio() argument323 struct nonce nonce = extent_nonce(version, crc_old); in bch2_rechecksum_bio()335 bool mergeable = crc_old.csum_type == new_csum_type && in bch2_rechecksum_bio()337 unsigned crc_nonce = crc_old.nonce; in bch2_rechecksum_bio()341 BUG_ON(crc_is_compressed(crc_old)); in bch2_rechecksum_bio()360 merged = bch2_checksum_bio(c, crc_old.csum_type, in bch2_rechecksum_bio()361 extent_nonce(version, crc_old), bio); in bch2_rechecksum_bio()368 crc_old.csum.hi, in bch2_rechecksum_bio()369 crc_old.csum.lo, in bch2_rechecksum_bio()372 bch2_prt_csum_type(&buf, crc_old.csum_type); in bch2_rechecksum_bio()[all …]
Completed in 23 milliseconds