Searched refs:FIO_OPT_STR (Results 1 – 5 of 5) sorted by relevance
/external/fio/ |
D | options.c | 1327 .type = FIO_OPT_STR, 1366 .type = FIO_OPT_STR, 1416 .type = FIO_OPT_STR, 1753 .type = FIO_OPT_STR, 1841 .type = FIO_OPT_STR, 1860 .type = FIO_OPT_STR, 1937 .type = FIO_OPT_STR, 1965 .type = FIO_OPT_STR, 2194 .type = FIO_OPT_STR, 2225 .type = FIO_OPT_STR, [all …]
|
D | parse.h | 11 FIO_OPT_STR, enumerator
|
D | parse.c | 467 if (!ptr && o->type != FIO_OPT_STR_SET && o->type != FIO_OPT_STR) { in __handle_option() 473 case FIO_OPT_STR: in __handle_option() 865 (o->type != FIO_OPT_STR) && in handle_option() 1230 if (o->type == FIO_OPT_STR || o->type == FIO_OPT_STR_STORE || in option_init()
|
D | goptions.c | 932 case FIO_OPT_STR: { in gopt_set_option() 1058 case FIO_OPT_STR: { in gopt_add_option()
|
/external/fio/engines/ |
D | net.c | 101 .type = FIO_OPT_STR,
|