Searched refs:bch2_dev_group_set (Results 1 – 3 of 3) sorted by relevance
104 int bch2_dev_group_set(struct bch_fs *, struct bch_dev *, const char *);
492 int bch2_dev_group_set(struct bch_fs *c, struct bch_dev *ca, const char *name) in bch2_dev_group_set() function
851 ret = bch2_dev_group_set(c, ca, strim(tmp)); in STORE()