Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dopts.h553 static const __maybe_unused struct bch_opts bch2_opts_default = { variable
565 (opt_defined(_opts, _name) ? (_opts)._name : bch2_opts_default._name)
H A Dopts.c472 if (v == bch2_opt_get_by_id(&bch2_opts_default, i)) in bch2_opts_to_text()
H A Dsuper.c852 c->opts = bch2_opts_default; in bch2_fs_alloc()
1003 if (v == bch2_opt_get_by_id(&bch2_opts_default, i)) in print_mount_opts()