Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dopts.c212 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v) in bch2_opt_set_by_id() function
561 bch2_opt_set_by_id(opts, id, v); in bch2_parse_one_mount_opt()
652 bch2_opt_set_by_id(opts, id, bch2_opt_from_sb(sb, id)); in bch2_opts_from_sb()
H A Dopts.h604 void bch2_opt_set_by_id(struct bch_opts *, enum bch_opt_id, u64);
H A Dsysfs.c652 bch2_opt_set_by_id(&c->opts, id, v); in STORE()