Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dextents.h150 static inline struct bch_extent_crc_unpacked
162 return (struct bch_extent_crc_unpacked) { in bch2_extent_crc_unpack()
170 struct bch_extent_crc_unpacked ret = (struct bch_extent_crc_unpacked) { in bch2_extent_crc_unpack()
178 struct bch_extent_crc_unpacked ret = (struct bch_extent_crc_unpacked) { in bch2_extent_crc_unpack()
189 struct bch_extent_crc_unpacked ret = (struct bch_extent_crc_unpacked) { in bch2_extent_crc_unpack()
203 static inline bool crc_is_compressed(struct bch_extent_crc_unpacked crc) in crc_is_compressed()
209 static inline bool crc_is_encoded(struct bch_extent_crc_unpacked crc) in crc_is_encoded()
214 void bch2_extent_crc_unpacked_to_text(struct printbuf *, struct bch_extent_crc_unpacked *);
463 struct bch_extent_crc_unpacked);
464 bool bch2_bkey_narrow_crcs(struct bkey_i *, struct bch_extent_crc_unpacked);
[all …]
H A Dextents_types.h7 struct bch_extent_crc_unpacked { struct
26 struct bch_extent_crc_unpacked crc; argument
H A Dchecksum.h84 struct bch_extent_crc_unpacked,
85 struct bch_extent_crc_unpacked *,
86 struct bch_extent_crc_unpacked *,
192 struct bch_extent_crc_unpacked crc) in extent_nonce()
H A Dextents.c45 struct bch_extent_crc_unpacked,
506 struct bch_extent_crc_unpacked r) in bch2_crc_unpacked_cmp()
519 struct bch_extent_crc_unpacked n) in can_narrow_crc()
529 struct bch_extent_crc_unpacked n) in bch2_can_narrow_extent_crcs()
532 struct bch_extent_crc_unpacked crc; in bch2_can_narrow_extent_crcs()
557 struct bch_extent_crc_unpacked u; in bch2_bkey_narrow_crcs()
595 struct bch_extent_crc_unpacked src, in bch2_extent_crc_pack()
713 struct bch_extent_crc_unpacked crc; in bch2_bkey_is_incompressible()
813 struct bch_extent_crc_unpacked crc = in bch2_extent_ptr_decoded_append()
1272 struct bch_extent_crc_unpacked crc = in bch2_bkey_ptrs_to_text()
[all …]
H A Dchecksum.c316 struct bch_extent_crc_unpacked crc_old, in bch2_rechecksum_bio()
317 struct bch_extent_crc_unpacked *crc_a, in bch2_rechecksum_bio()
318 struct bch_extent_crc_unpacked *crc_b, in bch2_rechecksum_bio()
326 struct bch_extent_crc_unpacked *crc; in bch2_rechecksum_bio()
383 *i->crc = (struct bch_extent_crc_unpacked) { in bch2_rechecksum_bio()
H A Dio_write_types.h68 struct bch_extent_crc_unpacked crc;
H A Dcompress.h53 struct bvec_iter, struct bch_extent_crc_unpacked);
H A Dcompress.c174 void *dst_data, struct bch_extent_crc_unpacked crc) in __bio_uncompress()
260 struct bch_extent_crc_unpacked *crc = &op->crc; in bch2_bio_uncompress_inplace()
309 struct bch_extent_crc_unpacked crc) in bch2_bio_uncompress()
H A Dio_read.c597 struct bch_extent_crc_unpacked new_crc; in __bch2_rbio_narrow_crcs()
661 struct bch_extent_crc_unpacked crc = rbio->pick.crc; in bch2_read_csum_err()
731 struct bch_extent_crc_unpacked crc = rbio->pick.crc; in __bch2_read_endio()
H A Dio_write.c768 struct bch_extent_crc_unpacked crc) in init_append_extent()
844 struct bch_extent_crc_unpacked new_crc; in bch2_write_rechecksum()
1024 struct bch_extent_crc_unpacked crc = { 0 }; in bch2_write_extent()
H A Ddata_update.c317 bch2_bkey_narrow_crcs(insert, (struct bch_extent_crc_unpacked) { 0 }); in __bch2_data_update_index_update()
H A Dfs-io-buffered.c82 struct bch_extent_crc_unpacked crc; in extent_partial_reads_expensive()
H A Dfsck.c1759 struct bch_extent_crc_unpacked crc; in check_extent_overbig()