Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Ddata_update.c248 bch2_bkey_durability(c, k) >= m->op.opts.data_replicas) { in __bch2_data_update_index_update()
275 durability = bch2_bkey_durability(c, bkey_i_to_s_c(insert)) + in __bch2_data_update_index_update()
276 bch2_bkey_durability(c, bkey_i_to_s_c(&new->k_i)); in __bch2_data_update_index_update()
H A Dmove.c894 unsigned nr_good = bch2_bkey_durability(c, k); in rereplicate_pred()
1017 unsigned durability = bch2_bkey_durability(c, k); in drop_extra_replicas_pred()
H A Dextents.h612 unsigned bch2_bkey_durability(struct bch_fs *, struct bkey_s_c);
H A Dextents.c694 unsigned bch2_bkey_durability(struct bch_fs *c, struct bkey_s_c k) in bch2_bkey_durability() function