Home
last modified time | relevance | path

Searched refs:log_gz_store (Results 1 – 6 of 6) sorted by relevance

/dports/benchmarks/fio/fio-3.29/
H A Diolog.h120 unsigned int log_gz_store;
278 int log_gz_store;
284 return log && (!log->avg_msec || log->log_gz || log->log_gz_store);
H A Dinit.c1579 .log_gz_store = o->log_gz_store,
1584 if (p.log_gz_store)
1613 .log_gz_store = o->log_gz_store,
1625 if (p.log_gz_store)
1645 .log_gz_store = o->log_gz_store,
1658 if (p.log_gz_store)
1677 .log_gz_store = o->log_gz_store,
1690 if (p.log_gz_store)
H A Diolog.c742 l->log_gz_store = p->log_gz_store; in setup_log()
780 else if (l->log_gz || l->log_gz_store) { in setup_log()
1108 if (log->log_gz_store) { in inflate_gz_chunks()
1120 inflate_chunk(ic, log->log_gz_store, f, &stream, &iter); in inflate_gz_chunks()
H A Dthread_options.h167 unsigned int log_gz_store; member
483 uint32_t log_gz_store; member
H A Dcconv.c198 o->log_gz_store = le32_to_cpu(top->log_gz_store); in convert_thread_options_to_cpu()
426 top->log_gz_store = cpu_to_le32(o->log_gz_store); in convert_thread_options_to_net()
H A Doptions.c4367 .off1 = offsetof(struct thread_options, log_gz_store),