Home
last modified time | relevance | path

Searched refs:fill_device (Results 1 – 10 of 10) sorted by relevance

/external/fio/examples/
Dsurface-scan.fio15 fill_device=1
/external/fio/
Dfilesetup.c84 if (!td->o.fill_device) { in extend_file()
128 if (!td->o.fill_device) { in extend_file()
159 if (td->o.fill_device) in extend_file()
182 if (td->o.fill_device && !td_write(td)) { in extend_file()
797 if (o->fill_device) in setup_files()
804 !(td->io_ops->flags & FIO_NOIO) && !o->fill_device && in setup_files()
914 if (!o->fill_device) { in setup_files()
Dthread_options.h61 unsigned int fill_device; member
290 uint32_t fill_device; member
Dcconv.c88 o->fill_device = le32_to_cpu(top->fill_device); in convert_thread_options_to_cpu()
294 top->fill_device = cpu_to_le32(o->fill_device); in convert_thread_options_to_net()
Dbackend.c391 } else if (td->o.fill_device && err == ENOSPC) { in break_on_this_error()
956 if (td->o.fill_device && td->error == ENOSPC) { in do_io()
966 if (td->o.fill_device && td->error == ENOSPC) in do_io()
Deta.c160 if (td->o.fill_device && td->o.size == -1ULL) { in thread_eta()
Dinit.c652 if (o->fill_device && !o->size) in fixup_options()
Doptions.c1635 .off1 = td_var_offset(fill_device),
DHOWTO497 fill_device=bool
/external/fio/engines/
Dglusterfs.c205 fill_device) in fio_gf_open_file()