Searched refs:bch2_opt_set_by_id (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | opts.c | 202 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v) in bch2_opt_set_by_id() function 568 bch2_opt_set_by_id(opts, id, v); in bch2_parse_one_mount_opt() 664 bch2_opt_set_by_id(opts, id, bch2_opt_from_sb(sb, id, -1)); in bch2_opts_from_sb()
|
| H A D | opts.h | 615 void bch2_opt_set_by_id(struct bch_opts *, enum bch_opt_id, u64);
|
| H A D | sysfs.c | 647 bch2_opt_set_by_id(&c->opts, id, v); in sysfs_opt_store()
|