Home
last modified time | relevance | path

Searched refs:FIO_OPT_C_GENERAL (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Doptions.c1480 .category = FIO_OPT_C_GENERAL,
1489 .category = FIO_OPT_C_GENERAL,
1498 .category = FIO_OPT_C_GENERAL,
2475 .category = FIO_OPT_C_GENERAL,
2486 .category = FIO_OPT_C_GENERAL,
2499 .category = FIO_OPT_C_GENERAL,
2512 .category = FIO_OPT_C_GENERAL,
2521 .category = FIO_OPT_C_GENERAL,
2530 .category = FIO_OPT_C_GENERAL,
2541 .category = FIO_OPT_C_GENERAL,
[all …]
Doptgroup.h19 FIO_OPT_C_GENERAL = (1ULL << __FIO_OPT_C_GENERAL), enumerator
Doptgroup.c11 .mask = FIO_OPT_C_GENERAL,
Dparse.c1298 o->category = FIO_OPT_C_GENERAL; in option_init()