Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dopts.c210 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v) in bch2_opt_set_by_id() function
558 bch2_opt_set_by_id(opts, id, v); in bch2_parse_one_mount_opt()
649 bch2_opt_set_by_id(opts, id, bch2_opt_from_sb(sb, id)); in bch2_opts_from_sb()
Dopts.h590 void bch2_opt_set_by_id(struct bch_opts *, enum bch_opt_id, u64);
Dsysfs.c677 bch2_opt_set_by_id(&c->opts, id, v); in STORE()