Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dalloc_background.h301 int bch2_alloc_key_to_dev_counters(struct btree_trans *, struct bch_dev *,
H A Dbuckets.c609 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old, &new, flags); in bch2_trigger_pointer()
1010 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old, &new, flags); in bch2_mark_metadata_bucket()
H A Dalloc_background.c775 int bch2_alloc_key_to_dev_counters(struct btree_trans *trans, struct bch_dev *ca, in bch2_alloc_key_to_dev_counters() function
909 ret = bch2_alloc_key_to_dev_counters(trans, ca, old_a, new_a, flags); in bch2_trigger_alloc()
H A Dbtree_gc.c827 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old_gc, &gc, BTREE_TRIGGER_gc); in bch2_alloc_write_key()
H A Dec.c308 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old, &new, flags); in mark_stripe_bucket()