Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dopts.c228 #define OPT_STR(_choices) .type = BCH_OPT_STR, \ argument
229 .min = 0, .max = ARRAY_SIZE(_choices) - 1, \
230 .choices = _choices
231 #define OPT_STR_NOLIMIT(_choices) .type = BCH_OPT_STR, \ argument
233 .choices = _choices
234 #define OPT_BITFIELD(_choices) .type = BCH_OPT_BITFIELD, \ argument
235 .choices = _choices