Home
last modified time | relevance | path

Searched refs:bch_extent_crc_unpacked (Results 1 – 15 of 15) 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()
466 struct bch_extent_crc_unpacked);
467 bool bch2_bkey_narrow_crcs(struct bkey_i *, struct bch_extent_crc_unpacked);
469 struct bch_extent_crc_unpacked);
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 Dextents.c37 struct bch_extent_crc_unpacked,
443 struct bch_extent_crc_unpacked r) in bch2_crc_unpacked_cmp()
456 struct bch_extent_crc_unpacked n) in can_narrow_crc()
466 struct bch_extent_crc_unpacked n) in bch2_can_narrow_extent_crcs()
469 struct bch_extent_crc_unpacked crc; in bch2_can_narrow_extent_crcs()
494 struct bch_extent_crc_unpacked u; in bch2_bkey_narrow_crcs()
532 struct bch_extent_crc_unpacked src, in bch2_extent_crc_pack()
644 struct bch_extent_crc_unpacked crc; in bch2_bkey_is_incompressible()
744 struct bch_extent_crc_unpacked crc = in bch2_extent_ptr_decoded_append()
1059 struct bch_extent_crc_unpacked crc = in bch2_bkey_ptrs_to_text()
[all …]
H A Dcompress.h51 struct bch_extent_crc_unpacked *);
53 struct bvec_iter, struct bch_extent_crc_unpacked);
H A Ddata_update.h33 struct bch_extent_crc_unpacked);
H A Dchecksum.c389 struct bch_extent_crc_unpacked crc_old, in bch2_rechecksum_bio()
390 struct bch_extent_crc_unpacked *crc_a, in bch2_rechecksum_bio()
391 struct bch_extent_crc_unpacked *crc_b, in bch2_rechecksum_bio()
399 struct bch_extent_crc_unpacked *crc; in bch2_rechecksum_bio()
456 *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.c224 bch2_bkey_narrow_crcs(insert, (struct bch_extent_crc_unpacked) { 0 }); in __bch2_data_update_index_update()
344 struct bch_extent_crc_unpacked crc) in bch2_data_update_read_done()
H A Dio_write.c692 struct bch_extent_crc_unpacked crc) in init_append_extent()
768 struct bch_extent_crc_unpacked new_crc; in bch2_write_rechecksum()
946 struct bch_extent_crc_unpacked crc = { 0 }; in bch2_write_extent()
H A Dio_read.c481 struct bch_extent_crc_unpacked new_crc; in __bch2_rbio_narrow_crcs()
548 struct bch_extent_crc_unpacked crc = rbio->pick.crc; in __bch2_read_endio()
H A Dsysfs.c278 struct bch_extent_crc_unpacked crc; in bch2_compression_stats_to_text()
H A Dfs-io-buffered.c82 struct bch_extent_crc_unpacked crc; in extent_partial_reads_expensive()
H A Dfsck.c1439 struct bch_extent_crc_unpacked crc; in check_extent_overbig()