Home | Sort by relevance Sort by last modified time |
/external/fio/ | |
thread_options.h | 181 enum fio_fallocate_mode fallocate_mode; member in struct:thread_options 404 uint32_t fallocate_mode; member in struct:thread_options_pack |
cconv.c | 209 o->fallocate_mode = le32_to_cpu(top->fallocate_mode); 370 top->fallocate_mode = cpu_to_le32(o->fallocate_mode); |
filesetup.c | 85 switch (td->o.fallocate_mode) { 115 td->o.fallocate_mode); |
options.c | [all...] |