Searched refs:bch2_extent_crc_unpack (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | extents.h | 151 bch2_extent_crc_unpack(const struct bkey *k, const union bch_extent_crc *crc) in bch2_extent_crc_unpack() function 335 (_ptr).crc = bch2_extent_crc_unpack(_k, \ 351 for ((_ptr).crc = bch2_extent_crc_unpack(_k, NULL), \ 364 (_crc) = bch2_extent_crc_unpack(_k, \ 373 for ((_crc) = bch2_extent_crc_unpack(_k, NULL), \
|
H A D | extents.c | 407 lp.crc = bch2_extent_crc_unpack(l.k, NULL); in bch2_extent_merge() 408 rp.crc = bch2_extent_crc_unpack(r.k, NULL); in bch2_extent_merge() 471 struct bch_extent_crc_unpacked crc_l = bch2_extent_crc_unpack(l.k, entry_to_crc(en_l)); in bch2_extent_merge() 472 struct bch_extent_crc_unpacked crc_r = bch2_extent_crc_unpack(r.k, entry_to_crc(en_r)); in bch2_extent_merge() 493 bch2_extent_crc_unpack(l.k, entry_to_crc(en_l)); in bch2_extent_merge() 495 bch2_extent_crc_unpack(r.k, entry_to_crc(en_r)); in bch2_extent_merge() 875 bch2_extent_crc_unpack(&k->k, NULL); in bch2_extent_ptr_decoded_append() 1342 bch2_extent_crc_unpack(k.k, entry_to_crc(entry)); in bch2_bkey_ptrs_to_text() 1462 crc = bch2_extent_crc_unpack(k.k, entry_to_crc(entry)); in bch2_bkey_ptrs_validate()
|
H A D | ec.c | 307 .crc = bch2_extent_crc_unpack(s.k, NULL), in mark_stripe_bucket()
|