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

  /external/fio/
thread_options.h 173 unsigned int file_service_type; member in struct:thread_options
391 uint32_t file_service_type; member in struct:thread_options_pack
cconv.c 202 o->file_service_type = le32_to_cpu(top->file_service_type);
359 top->file_service_type = cpu_to_le32(o->file_service_type);
io_u.c 1076 if (td->o.file_service_type == FIO_FSERVICE_SEQ)
1082 if (td->o.file_service_type == FIO_FSERVICE_RR ||
1083 td->o.file_service_type == FIO_FSERVICE_SEQ)
    [all...]
init.c 758 if (td->o.file_service_type == FIO_FSERVICE_RANDOM)
784 if (td->o.file_service_type == FIO_FSERVICE_RANDOM)
    [all...]
options.c     [all...]

Completed in 1135 milliseconds