Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dmigrate.c50 if (!bch2_bkey_has_device_c(k, dev_idx)) in bch2_dev_usrdata_drop_key()
137 if (!bch2_bkey_has_device_c(bkey_i_to_s_c(&b->key), dev_idx)) in bch2_dev_metadata_drop()
H A Dextents.h607 const struct bch_extent_ptr *bch2_bkey_has_device_c(struct bkey_s_c, unsigned);
611 return (void *) bch2_bkey_has_device_c(k.s_c, dev); in bch2_bkey_has_device()
H A Ddata_update.c277 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.c1356 if (bch2_bkey_has_device_c(bkey_i_to_s_c(&buf->key), dev_idx)) in bch2_journal_writing_to_device()
H A Dextents.c938 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.c1515 bch2_bkey_has_device_c(bkey_i_to_s_c(&w->key), ca->dev_idx) || in __journal_write_alloc()