Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dopts.h532 static const __maybe_unused struct bch_opts bch2_opts_default = { variable
544 (opt_defined(_opts, _name) ? (_opts)._name : bch2_opts_default._name)
Dopts.c464 if (v == bch2_opt_get_by_id(&bch2_opts_default, i)) in bch2_opts_to_text()
Dsuper.c851 c->opts = bch2_opts_default; in bch2_fs_alloc()
988 if (v == bch2_opt_get_by_id(&bch2_opts_default, i)) in print_mount_opts()