Searched refs:devs_may_alloc (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | alloc_foreground.c | 752 struct bch_devs_mask *devs_may_alloc, in add_new_bucket() argument 762 __clear_bit(ob->dev, devs_may_alloc->d); in add_new_bucket() 778 struct bch_devs_mask *devs_may_alloc, in bch2_bucket_alloc_set_trans() argument 821 if (add_new_bucket(c, ptrs, devs_may_alloc, in bch2_bucket_alloc_set_trans() 843 struct bch_devs_mask *devs_may_alloc, in bucket_alloc_from_stripe() argument 889 ret = add_new_bucket(c, ptrs, devs_may_alloc, in bucket_alloc_from_stripe() 901 struct bch_devs_mask *devs_may_alloc, in want_bucket() argument 907 if (!test_bit(ob->dev, devs_may_alloc->d)) in want_bucket() 926 struct bch_devs_mask *devs_may_alloc, in bucket_alloc_set_writepoint() argument 938 if (!ret && want_bucket(c, wp, devs_may_alloc, in bucket_alloc_set_writepoint() [all …]
|