Home
last modified time | relevance | path

Searched refs:bch2_bkey_has_device (Results 1 – 5 of 5) sorted by relevance

/linux/fs/bcachefs/
H A Dextents.h615 static inline struct bch_extent_ptr *bch2_bkey_has_device(struct bkey_s k, unsigned dev) in bch2_bkey_has_device() function
628 EBUG_ON(bch2_bkey_has_device(bkey_i_to_s(k), ptr.dev)); in bch2_bkey_append_ptr()
H A Ddata_update.c198 if ((ptr = bch2_bkey_has_device(bkey_i_to_s(insert), p.ptr.dev))) in __bch2_data_update_index_update()
H A Dextents.c860 struct bch_extent_ptr *ptr = bch2_bkey_has_device(k, dev); in bch2_bkey_drop_device_noerror()
H A Dec.c1293 ec_ptr = bch2_bkey_has_device(bkey_i_to_s(n), dev); in ec_stripe_update_extent()
H A Dbtree_update_interior.c2494 !bch2_bkey_has_device(bkey_i_to_s(&b->key), ptr->dev)); in bch2_btree_node_update_key_get_iter()