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

/linux-master/fs/bcachefs/
H A Dextents.c343 struct bch_extent_crc_unpacked crc_r = bch2_extent_crc_unpack(r.k, entry_to_crc(en_r)); local
345 if (crc_l.uncompressed_size + crc_r.uncompressed_size >
365 struct bch_extent_crc_unpacked crc_r = local
370 if (crc_l.offset + crc_l.live_size + crc_r.live_size <=
373 } else if (crc_l.live_size <= crc_r.offset) {
375 crc_r.offset -= crc_l.live_size;
376 bch2_extent_crc_pack(entry_to_crc(en_l), crc_r, local
382 crc_r.csum,
383 crc_r.uncompressed_size << 9);
385 crc_l.uncompressed_size += crc_r
[all...]

Completed in 331 milliseconds