Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dextents.h151 static inline struct bch_extent_crc_unpacked
163 return (struct bch_extent_crc_unpacked) { in bch2_extent_crc_unpack()
171 struct bch_extent_crc_unpacked ret = (struct bch_extent_crc_unpacked) { in bch2_extent_crc_unpack()
179 struct bch_extent_crc_unpacked ret = (struct bch_extent_crc_unpacked) { in bch2_extent_crc_unpack()
190 struct bch_extent_crc_unpacked ret = (struct bch_extent_crc_unpacked) { in bch2_extent_crc_unpack()
204 static inline bool crc_is_compressed(struct bch_extent_crc_unpacked crc) in crc_is_compressed()
210 static inline bool crc_is_encoded(struct bch_extent_crc_unpacked crc) in crc_is_encoded()
215 void bch2_extent_crc_unpacked_to_text(struct printbuf *, struct bch_extent_crc_unpacked *);
470 struct bch_extent_crc_unpacked);
471 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
25 struct bch_extent_crc_unpacked crc; argument
H A Dchecksum.h85 struct bch_extent_crc_unpacked,
86 struct bch_extent_crc_unpacked *,
87 struct bch_extent_crc_unpacked *,
191 struct bch_extent_crc_unpacked crc) in extent_nonce()
H A Dcompress.h51 struct bch_extent_crc_unpacked *);
53 struct bvec_iter, struct bch_extent_crc_unpacked);
H A Dextents.c37 struct bch_extent_crc_unpacked,
437 struct bch_extent_crc_unpacked r) in bch2_crc_unpacked_cmp()
450 struct bch_extent_crc_unpacked n) in can_narrow_crc()
460 struct bch_extent_crc_unpacked n) in bch2_can_narrow_extent_crcs()
463 struct bch_extent_crc_unpacked crc; in bch2_can_narrow_extent_crcs()
488 struct bch_extent_crc_unpacked u; in bch2_bkey_narrow_crcs()
526 struct bch_extent_crc_unpacked src, in bch2_extent_crc_pack()
638 struct bch_extent_crc_unpacked crc; in bch2_bkey_is_incompressible()
738 struct bch_extent_crc_unpacked crc = in bch2_extent_ptr_decoded_append()
1091 struct bch_extent_crc_unpacked crc = in bch2_bkey_ptrs_to_text()
[all …]
H A Ddata_update.h38 struct bch_extent_crc_unpacked);
H A Dchecksum.c401 struct bch_extent_crc_unpacked crc_old, in bch2_rechecksum_bio()
402 struct bch_extent_crc_unpacked *crc_a, in bch2_rechecksum_bio()
403 struct bch_extent_crc_unpacked *crc_b, in bch2_rechecksum_bio()
411 struct bch_extent_crc_unpacked *crc; in bch2_rechecksum_bio()
468 *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.c153 void *dst_data, struct bch_extent_crc_unpacked crc) in __bio_uncompress()
224 struct bch_extent_crc_unpacked *crc) in bch2_bio_uncompress_inplace()
269 struct bch_extent_crc_unpacked crc) in bch2_bio_uncompress()
H A Ddata_update.c296 bch2_bkey_narrow_crcs(insert, (struct bch_extent_crc_unpacked) { 0 }); in __bch2_data_update_index_update()
415 struct bch_extent_crc_unpacked crc) in bch2_data_update_read_done()
H A Dio_write.c691 struct bch_extent_crc_unpacked crc) in init_append_extent()
767 struct bch_extent_crc_unpacked new_crc; in bch2_write_rechecksum()
945 struct bch_extent_crc_unpacked crc = { 0 }; in bch2_write_extent()
H A Dio_read.c506 struct bch_extent_crc_unpacked new_crc; in __bch2_rbio_narrow_crcs()
573 struct bch_extent_crc_unpacked crc = rbio->pick.crc; in __bch2_read_endio()
H A Dfs-io-buffered.c82 struct bch_extent_crc_unpacked crc; in extent_partial_reads_expensive()
H A Dfsck.c1537 struct bch_extent_crc_unpacked crc; in check_extent_overbig()