Home
last modified time | relevance | path

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

/external/fio/
Dparse.h13 FIO_OPT_STR_MULTI, enumerator
Dparse.c496 case FIO_OPT_STR_MULTI: { in __handle_option()
898 if (o->type != FIO_OPT_STR_MULTI && o->type != FIO_OPT_RANGE) { in handle_option()
1302 o->type == FIO_OPT_STR_MULTI) in option_init()
Dgoptions.c982 case FIO_OPT_STR_MULTI: in gopt_set_option()
1090 case FIO_OPT_STR_MULTI: in gopt_add_option()
Doptions.c2409 .type = FIO_OPT_STR_MULTI,