Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsuper-io.c699 u64 offset = opt_get(*opts, sb); in __bch2_read_super()
723 if (opt_get(*opts, direct_io) == false) in __bch2_read_super()
727 if (!opt_get(*opts, noexcl)) in __bch2_read_super()
730 if (!opt_get(*opts, nochanges)) in __bch2_read_super()
736 opt_get(*opts, read_only)) { in __bch2_read_super()
807 if (offset == opt_get(*opts, sb)) { in __bch2_read_super()
822 opt_get(*opts, direct_io)) { in __bch2_read_super()
Dopts.h543 #define opt_get(_opts, _name) \ macro
Dbcachefs.h357 if (opt_get(opts, verbose)) \