Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Ddisk_groups.h103 int __bch2_dev_group_set(struct bch_fs *, struct bch_dev *, const char *);
H A Ddisk_groups.c471 int __bch2_dev_group_set(struct bch_fs *c, struct bch_dev *ca, const char *name) in __bch2_dev_group_set() function
497 ret = __bch2_dev_group_set(c, ca, name) ?: in bch2_dev_group_set()
H A Dsuper.c1835 ret = __bch2_dev_group_set(c, ca, label.buf); in bch2_dev_add()