Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
Dalloc_background.h306 int bch2_alloc_key_to_dev_counters(struct btree_trans *, struct bch_dev *,
Dbuckets.c643 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old, &new, flags); in bch2_trigger_pointer()
1026 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.c852 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old_gc, &gc, BTREE_TRIGGER_gc); in bch2_alloc_write_key()
Dec.c338 ret = bch2_alloc_key_to_dev_counters(trans, ca, &old, &new, flags); in mark_stripe_bucket()