Searched refs:FIO_OPT_STR (Results 1 – 6 of 6) sorted by relevance
/external/fio/ |
D | options.c | 1546 .type = FIO_OPT_STR, 1585 .type = FIO_OPT_STR, 1639 .type = FIO_OPT_STR, 1864 .type = FIO_OPT_STR, 2026 .type = FIO_OPT_STR, 2116 .type = FIO_OPT_STR, 2141 .type = FIO_OPT_STR, 2228 .type = FIO_OPT_STR, 2268 .type = FIO_OPT_STR, 2311 .type = FIO_OPT_STR, [all …]
|
D | parse.h | 12 FIO_OPT_STR, enumerator
|
D | parse.c | 489 if (!ptr && o->type != FIO_OPT_STR_SET && o->type != FIO_OPT_STR) { in __handle_option() 495 case FIO_OPT_STR: in __handle_option() 893 (o->type != FIO_OPT_STR) && in handle_option() 1301 if (o->type == FIO_OPT_STR || o->type == FIO_OPT_STR_STORE || in option_init()
|
D | goptions.c | 933 case FIO_OPT_STR: { in gopt_set_option() 1059 case FIO_OPT_STR: { in gopt_add_option()
|
/external/fio/engines/ |
D | net.c | 102 .type = FIO_OPT_STR,
|
D | rdma.c | 100 .type = FIO_OPT_STR,
|