Searched refs:bch2_opt_set_sb (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | sysfs.c | 676 bch2_opt_set_sb(c, NULL, opt, v); in STORE() 834 bch2_opt_set_sb(c, ca, bch2_opt_table + Opt_discard, v); in STORE() 840 bch2_opt_set_sb(c, ca, bch2_opt_table + Opt_durability, v); in STORE()
|
D | opts.h | 597 void bch2_opt_set_sb(struct bch_fs *, struct bch_dev *, const struct bch_option *, u64);
|
D | opts.c | 700 void bch2_opt_set_sb(struct bch_fs *c, struct bch_dev *ca, in bch2_opt_set_sb() function
|