Home
last modified time | relevance | path

Searched refs:OPT_FN (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dopts.h193 OPT_FN(bch2_opt_compression), \
198 OPT_FN(bch2_opt_compression), \
208 OPT_FN(bch2_opt_target), \
213 OPT_FN(bch2_opt_target), \
218 OPT_FN(bch2_opt_target), \
223 OPT_FN(bch2_opt_target), \
367 OPT_FN(bch2_opt_fix_errors), \
H A Dopts.c243 #define OPT_FN(_fn) .type = BCH_OPT_FN, .fn = _fn macro