Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dextents.h614 const struct bch_extent_ptr *bch2_bkey_has_device_c(struct bkey_s_c, unsigned);
618 return (void *) bch2_bkey_has_device_c(k.s_c, dev); in bch2_bkey_has_device()
H A Ddata_update.c259 if ((ptr_c = bch2_bkey_has_device_c(bkey_i_to_s_c(insert), ptr->dev)) && in __bch2_data_update_index_update()
H A Djournal.c1169 if (bch2_bkey_has_device_c(bkey_i_to_s_c(&buf->key), dev_idx)) in bch2_journal_writing_to_device()
H A Dextents.c863 const struct bch_extent_ptr *bch2_bkey_has_device_c(struct bkey_s_c k, unsigned dev) in bch2_bkey_has_device_c() function
H A Djournal_io.c1443 bch2_bkey_has_device_c(bkey_i_to_s_c(&w->key), ca->dev_idx) || in __journal_write_alloc()