Searched refs:FIO_OPT_STR_SET (Results 1 – 7 of 7) sorted by relevance
/external/fio/ |
D | parse.h | 20 FIO_OPT_STR_SET, enumerator
|
D | options.c | 1766 .type = FIO_OPT_STR_SET, 1818 .type = FIO_OPT_STR_SET, 2165 .type = FIO_OPT_STR_SET, 2174 .type = FIO_OPT_STR_SET, 3065 .type = FIO_OPT_STR_SET, 3075 .type = FIO_OPT_STR_SET, 3084 .type = FIO_OPT_STR_SET, 3093 .type = FIO_OPT_STR_SET, 3202 .type = FIO_OPT_STR_SET, 3211 .type = FIO_OPT_STR_SET, [all …]
|
D | parse.c | 467 if (!ptr && o->type != FIO_OPT_STR_SET && o->type != FIO_OPT_STR) { in __handle_option() 776 case FIO_OPT_STR_SET: { in __handle_option() 1219 if (o->type == FIO_OPT_STR_SET && o->def && !o->no_warn_def) { in option_init()
|
D | goptions.c | 919 case FIO_OPT_STR_SET: in gopt_set_option() 1048 case FIO_OPT_STR_SET: in gopt_add_option()
|
/external/fio/profiles/ |
D | act.c | 153 .type = FIO_OPT_STR_SET,
|
/external/fio/engines/ |
D | libaio.c | 48 .type = FIO_OPT_STR_SET,
|
D | net.c | 147 .type = FIO_OPT_STR_SET, 155 .type = FIO_OPT_STR_SET,
|