Home
last modified time | relevance | path

Searched refs:FIO_OPT_STR_STORE (Results 1 – 12 of 12) sorted by relevance

/external/fio/engines/
Drbd.c55 .type = FIO_OPT_STR_STORE,
64 .type = FIO_OPT_STR_STORE,
73 .type = FIO_OPT_STR_STORE,
82 .type = FIO_OPT_STR_STORE,
Dlibhdfs.c43 .type = FIO_OPT_STR_STORE,
53 .type = FIO_OPT_STR_STORE,
75 .type = FIO_OPT_STR_STORE,
Dglusterfs.c15 .type = FIO_OPT_STR_STORE,
24 .type = FIO_OPT_STR_STORE,
De4defrag.c49 .type = FIO_OPT_STR_STORE,
Dnet.c81 .type = FIO_OPT_STR_STORE,
167 .type = FIO_OPT_STR_STORE,
Drdma.c79 .type = FIO_OPT_STR_STORE,
/external/fio/profiles/
Dtiobench.c68 .type = FIO_OPT_STR_STORE,
Dact.c95 .type = FIO_OPT_STR_STORE,
/external/fio/
Dparse.h16 FIO_OPT_STR_STORE, enumerator
Doptions.c1477 .type = FIO_OPT_STR_STORE,
1486 .type = FIO_OPT_STR_STORE,
1495 .type = FIO_OPT_STR_STORE,
1504 .type = FIO_OPT_STR_STORE,
1515 .type = FIO_OPT_STR_STORE,
1525 .type = FIO_OPT_STR_STORE,
1574 .type = FIO_OPT_STR_STORE,
1660 .type = FIO_OPT_STR_STORE,
2996 .type = FIO_OPT_STR_STORE,
3005 .type = FIO_OPT_STR_STORE,
[all …]
Dparse.c682 case FIO_OPT_STR_STORE: { in __handle_option()
892 (o->type != FIO_OPT_STR_STORE) && in handle_option()
1301 if (o->type == FIO_OPT_STR || o->type == FIO_OPT_STR_STORE || in option_init()
1331 if (o->type != FIO_OPT_STR_STORE) in options_mem_dupe()
1348 if (o->type != FIO_OPT_STR_STORE || !o->off1) in options_free()
Dgoptions.c960 case FIO_OPT_STR_STORE: { in gopt_set_option()
1074 case FIO_OPT_STR_STORE: { in gopt_add_option()