Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dalloc_background.h304 int bch2_alloc_key_to_dev_counters(struct btree_trans *, struct bch_dev *,
Dbuckets.c620 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old, &new, flags); in bch2_trigger_pointer()
1021 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old, &new, flags); in bch2_mark_metadata_bucket()
Dalloc_background.c790 int bch2_alloc_key_to_dev_counters(struct btree_trans *trans, struct bch_dev *ca, in bch2_alloc_key_to_dev_counters() function
925 ret = bch2_alloc_key_to_dev_counters(trans, ca, old_a, new_a, flags); in bch2_trigger_alloc()
Dbtree_gc.c825 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old_gc, &gc, BTREE_TRIGGER_gc); in bch2_alloc_write_key()
Dec.c324 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old, &new, flags); in mark_stripe_bucket()