Searched refs:bch2_opt_set_sb (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | sysfs.c | 651 bch2_opt_set_sb(c, NULL, opt, v); in STORE() 816 bch2_opt_set_sb(c, ca, bch2_opt_table + Opt_discard, v); in STORE() 822 bch2_opt_set_sb(c, ca, bch2_opt_table + Opt_durability, v); in STORE()
|
H A D | opts.c | 703 void bch2_opt_set_sb(struct bch_fs *c, struct bch_dev *ca, in bch2_opt_set_sb() function
|
H A D | opts.h | 611 void bch2_opt_set_sb(struct bch_fs *, struct bch_dev *, const struct bch_option *, u64);
|