Searched refs:FIO_OPT_STR_SET (Results 1 – 8 of 8) sorted by relevance
/external/fio/ |
D | parse.h | 21 FIO_OPT_STR_SET, enumerator
|
D | options.c | 2039 .type = FIO_OPT_STR_SET, 2092 .type = FIO_OPT_STR_SET, 2518 .type = FIO_OPT_STR_SET, 2527 .type = FIO_OPT_STR_SET, 3636 .type = FIO_OPT_STR_SET, 3645 .type = FIO_OPT_STR_SET, 3655 .type = FIO_OPT_STR_SET, 3664 .type = FIO_OPT_STR_SET, 3673 .type = FIO_OPT_STR_SET, 3889 .type = FIO_OPT_STR_SET, [all …]
|
D | parse.c | 489 if (!ptr && o->type != FIO_OPT_STR_SET && o->type != FIO_OPT_STR) { in __handle_option() 804 case FIO_OPT_STR_SET: { in __handle_option() 1290 if (o->type == FIO_OPT_STR_SET && o->def && !o->no_warn_def) { in option_init()
|
D | goptions.c | 920 case FIO_OPT_STR_SET: in gopt_set_option() 1049 case FIO_OPT_STR_SET: in gopt_add_option()
|
/external/fio/profiles/ |
D | act.c | 154 .type = FIO_OPT_STR_SET,
|
/external/fio/engines/ |
D | libaio.c | 50 .type = FIO_OPT_STR_SET,
|
D | sync.c | 45 .type = FIO_OPT_STR_SET,
|
D | net.c | 149 .type = FIO_OPT_STR_SET, 158 .type = FIO_OPT_STR_SET,
|