Home
last modified time | relevance | path

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

/dports/benchmarks/fio/fio-3.29/examples/
H A Dsurface-scan.fio15 fill_device=1
/dports/benchmarks/fio/fio-3.29/
H A Dfilesetup.c60 if (td->o.fill_device) in utf8_to_big5()
190 if (!td->o.fill_device) {
231 if (td->o.fill_device)
257 if (td->o.fill_device && !td_write(td)) {
1145 if (o->fill_device)
1152 !td_ioengine_flagged(td, FIO_NOIO) && !o->fill_device &&
1331 if (!o->fill_device) {
H A Dthread_options.h103 unsigned int fill_device; member
417 uint32_t fill_device; member
H A Dcconv.c106 o->fill_device = le32_to_cpu(top->fill_device); in convert_thread_options_to_cpu()
382 top->fill_device = cpu_to_le32(o->fill_device); in convert_thread_options_to_net()
H A Dbackend.c396 } else if (td->o.fill_device && (err == ENOSPC || err == EDQUOT)) {
1144 if (td->o.fill_device && (td->error == ENOSPC || td->error == EDQUOT)) {
1159 if (td->o.fill_device &&
H A Deta.c173 if (td->o.fill_device && td->o.size == -1ULL) { in thread_eta()
H A Dinit.c783 if (o->fill_device && !o->size)
H A Doptions.c2151 .off1 = offsetof(struct thread_options, fill_device),
H A DHOWTO1902 .. option:: fill_device=bool, fill_fs=bool
/dports/benchmarks/fio/fio-3.29/engines/
H A Dglusterfs.c330 fill_device)