Searched refs:crc_r (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/bcachefs/
H A Dextents.c328 struct bch_extent_crc_unpacked crc_r = bch2_extent_crc_unpack(r.k, entry_to_crc(en_r)); local
330 if (crc_l.uncompressed_size + crc_r.uncompressed_size >
350 struct bch_extent_crc_unpacked crc_r = local
355 if (crc_l.offset + crc_l.live_size + crc_r.live_size <=
358 } else if (crc_l.live_size <= crc_r.offset) {
360 crc_r.offset -= crc_l.live_size;
361 bch2_extent_crc_pack(entry_to_crc(en_l), crc_r, local
367 crc_r.csum,
368 crc_r.uncompressed_size << 9);
370 crc_l.uncompressed_size += crc_r
[all...]

Completed in 123 milliseconds