Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsuper-io.c777 u64 offset = opt_get(*opts, sb); in __bch2_read_super()
801 if (opt_get(*opts, direct_io) == false) in __bch2_read_super()
805 if (!opt_get(*opts, noexcl)) in __bch2_read_super()
808 if (!opt_get(*opts, nochanges)) in __bch2_read_super()
814 opt_get(*opts, read_only)) { in __bch2_read_super()
885 if (offset == opt_get(*opts, sb)) { in __bch2_read_super()
900 opt_get(*opts, direct_io)) { in __bch2_read_super()
H A Dopts.h564 #define opt_get(_opts, _name) \ macro
H A Dbcachefs.h367 if (opt_get(opts, verbose)) \