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 178 unsigned int file_service_type; member in struct:thread_options
401 uint32_t file_service_type; member in struct:thread_options_pack
cconv.c 206 o->file_service_type = le32_to_cpu(top->file_service_type);
367 top->file_service_type = cpu_to_le32(o->file_service_type);
io_u.c 1071 if (td->o.file_service_type == FIO_FSERVICE_SEQ)
1077 if (td->o.file_service_type == FIO_FSERVICE_RR ||
1078 td->o.file_service_type == FIO_FSERVICE_SEQ)
    [all...]
init.c 829 if (td->o.file_service_type == FIO_FSERVICE_RANDOM)
    [all...]
options.c     [all...]

Completed in 73 milliseconds