Searched refs:devs_may_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/fs/bcachefs/ |
D | alloc_foreground.c | 678 struct bch_devs_mask *devs_may_alloc, in add_new_bucket() argument 688 __clear_bit(ob->dev, devs_may_alloc->d); in add_new_bucket() 704 struct bch_devs_mask *devs_may_alloc, in bch2_bucket_alloc_set_trans() argument 718 struct dev_alloc_list devs_sorted = bch2_dev_alloc_list(c, stripe, devs_may_alloc); in bch2_bucket_alloc_set_trans() 743 if (add_new_bucket(c, ptrs, devs_may_alloc, in bch2_bucket_alloc_set_trans() 765 struct bch_devs_mask *devs_may_alloc, in bucket_alloc_from_stripe() argument 790 struct dev_alloc_list devs_sorted = bch2_dev_alloc_list(c, &wp->stripe, devs_may_alloc); in bucket_alloc_from_stripe() 802 ret = add_new_bucket(c, ptrs, devs_may_alloc, in bucket_alloc_from_stripe() 817 struct bch_devs_mask *devs_may_alloc, in want_bucket() argument 823 if (!test_bit(ob->dev, devs_may_alloc->d)) in want_bucket() [all …]
|