Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dopts.h142 OPT_STR(bch2_error_actions), \
178 OPT_STR(__bch2_csum_opts), \
183 OPT_STR(__bch2_csum_opts), \
203 OPT_STR(bch2_str_hash_opts), \
458 OPT_STR(bch2_version_upgrade_opts), \
505 OPT_STR(bch2_member_states), \
H A Dopts.c235 #define OPT_STR(_choices) .type = BCH_OPT_STR, \ macro