Home
last modified time | relevance | path

Searched refs:bch2_extent_ptr_desired_durability (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Ddata_update.c668 m->op.nr_replicas += bch2_extent_ptr_desired_durability(c, &p); in bch2_data_update_init()
669 durability_removing += bch2_extent_ptr_desired_durability(c, &p); in bch2_data_update_init()
H A Dextents.h610 unsigned bch2_extent_ptr_desired_durability(struct bch_fs *, struct extent_ptr_decoded *);
H A Dextents.c677 unsigned bch2_extent_ptr_desired_durability(struct bch_fs *c, struct extent_ptr_decoded *p) in bch2_extent_ptr_desired_durability() function