Searched refs:FIO_OPT_STR_STORE (Results 1 – 12 of 12) sorted by relevance
/external/fio/engines/ |
D | rbd.c | 55 .type = FIO_OPT_STR_STORE, 64 .type = FIO_OPT_STR_STORE, 73 .type = FIO_OPT_STR_STORE, 82 .type = FIO_OPT_STR_STORE,
|
D | libhdfs.c | 43 .type = FIO_OPT_STR_STORE, 53 .type = FIO_OPT_STR_STORE, 75 .type = FIO_OPT_STR_STORE,
|
D | glusterfs.c | 15 .type = FIO_OPT_STR_STORE, 24 .type = FIO_OPT_STR_STORE,
|
D | e4defrag.c | 49 .type = FIO_OPT_STR_STORE,
|
D | net.c | 81 .type = FIO_OPT_STR_STORE, 167 .type = FIO_OPT_STR_STORE,
|
D | rdma.c | 79 .type = FIO_OPT_STR_STORE,
|
/external/fio/profiles/ |
D | tiobench.c | 68 .type = FIO_OPT_STR_STORE,
|
D | act.c | 95 .type = FIO_OPT_STR_STORE,
|
/external/fio/ |
D | parse.h | 16 FIO_OPT_STR_STORE, enumerator
|
D | options.c | 1477 .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 …]
|
D | parse.c | 682 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()
|
D | goptions.c | 960 case FIO_OPT_STR_STORE: { in gopt_set_option() 1074 case FIO_OPT_STR_STORE: { in gopt_add_option()
|