Home
last modified time | relevance | path

Searched refs:FIO_PROBE_FLAG_ZLIB (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dserver.h79 FIO_PROBE_FLAG_ZLIB = 1UL << 0, enumerator
Dserver.c693 if (has_zlib && le64_to_cpu(pdu->flags) & FIO_PROBE_FLAG_ZLIB) { in handle_probe_cmd()
694 probe.flags = __cpu_to_le64(FIO_PROBE_FLAG_ZLIB); in handle_probe_cmd()
Dclient.c395 pdu.flags = __le64_to_cpu(FIO_PROBE_FLAG_ZLIB); in probe_client()