Home
last modified time | relevance | path

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

/external/fio/
Doptions.c1327 .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 …]
Dparse.h11 FIO_OPT_STR, enumerator
Dparse.c467 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()
Dgoptions.c932 case FIO_OPT_STR: { in gopt_set_option()
1058 case FIO_OPT_STR: { in gopt_add_option()
/external/fio/engines/
Dnet.c101 .type = FIO_OPT_STR,