Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dopts.c235 #define OPT_STR(_choices) .type = BCH_OPT_STR, \ argument
236 .min = 0, .max = ARRAY_SIZE(_choices) - 1, \
237 .choices = _choices
238 #define OPT_STR_NOLIMIT(_choices) .type = BCH_OPT_STR, \ argument
240 .choices = _choices
241 #define OPT_BITFIELD(_choices) .type = BCH_OPT_BITFIELD, \ argument
242 .choices = _choices