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

/linux-master/fs/bcachefs/
H A Dmigrate.c31 nr_good = bch2_bkey_durability(c, k.s_c);
H A Ddata_update.c174 bch2_bkey_durability(c, k) >= m->op.opts.data_replicas) {
201 durability = bch2_bkey_durability(c, bkey_i_to_s_c(insert)) +
202 bch2_bkey_durability(c, bkey_i_to_s_c(&new->k_i));
H A Dextents.h608 unsigned bch2_bkey_durability(struct bch_fs *, struct bkey_s_c);
H A Dmove.c918 unsigned nr_good = bch2_bkey_durability(c, k);
1044 unsigned durability = bch2_bkey_durability(c, k);
H A Dextents.c685 unsigned bch2_bkey_durability(struct bch_fs *c, struct bkey_s_c k) function

Completed in 283 milliseconds