Searched refs:FIO_PROBE_FLAG_ZLIB (Results 1 – 3 of 3) sorted by relevance
79 FIO_PROBE_FLAG_ZLIB = 1UL << 0, enumerator
693 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()
395 pdu.flags = __le64_to_cpu(FIO_PROBE_FLAG_ZLIB); in probe_client()