Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dalloc_foreground.c697 struct bch_devs_mask *devs_may_alloc, in add_new_bucket() argument
707 __clear_bit(ob->dev, devs_may_alloc->d); in add_new_bucket()
723 struct bch_devs_mask *devs_may_alloc, in bch2_bucket_alloc_set_trans() argument
762 if (add_new_bucket(c, ptrs, devs_may_alloc, in bch2_bucket_alloc_set_trans()
784 struct bch_devs_mask *devs_may_alloc, in bucket_alloc_from_stripe() argument
836 struct bch_devs_mask *devs_may_alloc, in want_bucket() argument
842 if (!test_bit(ob->dev, devs_may_alloc->d)) in want_bucket()
861 struct bch_devs_mask *devs_may_alloc, in bucket_alloc_set_writepoint() argument
873 if (!ret && want_bucket(c, wp, devs_may_alloc, in bucket_alloc_set_writepoint()
875 ret = add_new_bucket(c, ptrs, devs_may_alloc, in bucket_alloc_set_writepoint()
[all …]