Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dmigrate.c49 if (!bch2_bkey_has_device_c(k, dev_idx)) in bch2_dev_usrdata_drop_key()
128 if (!bch2_bkey_has_device_c(bkey_i_to_s_c(&b->key), dev_idx)) in bch2_dev_metadata_drop()
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()
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()
Djournal.c1169 if (bch2_bkey_has_device_c(bkey_i_to_s_c(&buf->key), dev_idx)) in bch2_journal_writing_to_device()
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
Djournal_io.c1443 bch2_bkey_has_device_c(bkey_i_to_s_c(&w->key), ca->dev_idx) || in __journal_write_alloc()