Searched refs:opt_defined (Results 1 – 5 of 5) sorted by relevance
579 #define opt_defined(_opts, _name) ((_opts)._name##_defined) macro582 (opt_defined(_opts, _name) ? (_opts)._name : bch2_opts_default._name)
176 if (opt_defined(src, _name)) \ in bch2_opts_apply()188 return opt_defined(*opts, _name); in bch2_opt_defined_by_id()
2477 if (opt_defined(opts, discard)) in bch2_fs_get_tree()2691 if (opt_defined(opts->opts, errors)) in bch2_fs_reconfigure()
855 if (opt_defined(*opts, sb)) in __bch2_read_super()
3284 if (opt_defined(thr->opts, fix_errors)) in bch2_fsck_online_thread_fn()
Completed in 26 milliseconds