Searched refs:bch2_extent_crc_unpack (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ |
H A D | extents.h | 152 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 | 273 lp.crc = bch2_extent_crc_unpack(l.k, NULL); in bch2_extent_merge() 274 rp.crc = bch2_extent_crc_unpack(r.k, NULL); in bch2_extent_merge() 337 struct bch_extent_crc_unpacked crc_l = bch2_extent_crc_unpack(l.k, entry_to_crc(en_l)); in bch2_extent_merge() 338 struct bch_extent_crc_unpacked crc_r = bch2_extent_crc_unpack(r.k, entry_to_crc(en_r)); in bch2_extent_merge() 359 bch2_extent_crc_unpack(l.k, entry_to_crc(en_l)); in bch2_extent_merge() 361 bch2_extent_crc_unpack(r.k, entry_to_crc(en_r)); in bch2_extent_merge() 739 bch2_extent_crc_unpack(&k->k, NULL); in bch2_extent_ptr_decoded_append() 1146 bch2_extent_crc_unpack(k.k, entry_to_crc(entry)); in bch2_bkey_ptrs_to_text() 1271 crc = bch2_extent_crc_unpack(k.k, entry_to_crc(entry)); in bch2_bkey_ptrs_validate()
|