HomeSort by relevance Sort by last modified time
    Searched refs:FIO_OPT_STR (Results 1 - 5 of 5) sorted by null

  /external/fio/
parse.h 11 FIO_OPT_STR,
options.c 1327 .type = FIO_OPT_STR,
1366 .type = FIO_OPT_STR,
1416 .type = FIO_OPT_STR,
    [all...]
parse.c 467 if (!ptr && o->type != FIO_OPT_STR_SET && o->type != FIO_OPT_STR) {
473 case FIO_OPT_STR:
865 (o->type != FIO_OPT_STR) &&
1230 if (o->type == FIO_OPT_STR || o->type == FIO_OPT_STR_STORE ||
goptions.c 932 case FIO_OPT_STR: {
1058 case FIO_OPT_STR: {
    [all...]
  /external/fio/engines/
net.c 101 .type = FIO_OPT_STR,

Completed in 153 milliseconds