Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dmigrate.c32 nr_good = bch2_bkey_durability(c, k.s_c); in drop_dev_ptrs()
H A Ddata_update.c266 bch2_bkey_durability(c, k) >= m->op.opts.data_replicas) { in __bch2_data_update_index_update()
293 durability = bch2_bkey_durability(c, bkey_i_to_s_c(insert)) + in __bch2_data_update_index_update()
294 bch2_bkey_durability(c, bkey_i_to_s_c(&new->k_i)); in __bch2_data_update_index_update()
H A Dextents.h605 unsigned bch2_bkey_durability(struct bch_fs *, struct bkey_s_c);
H A Dmove.c1038 unsigned nr_good = bch2_bkey_durability(c, k); in rereplicate_pred()
1153 unsigned durability = bch2_bkey_durability(c, k); in drop_extra_replicas_pred()
H A Dextents.c769 unsigned bch2_bkey_durability(struct bch_fs *c, struct bkey_s_c k) in bch2_bkey_durability() function