Searched refs:opt_get (Results 1 – 3 of 3) sorted by relevance
746 u64 offset = opt_get(*opts, sb); in __bch2_read_super()770 if (opt_get(*opts, direct_io) == false) in __bch2_read_super()774 if (!opt_get(*opts, noexcl)) in __bch2_read_super()777 if (!opt_get(*opts, nochanges)) in __bch2_read_super()783 opt_get(*opts, read_only)) { in __bch2_read_super()854 if (offset == opt_get(*opts, sb)) { in __bch2_read_super()869 opt_get(*opts, direct_io)) { in __bch2_read_super()
557 #define opt_get(_opts, _name) \ macro
366 if (opt_get(opts, verbose)) \