HomeSort by relevance Sort by last modified time
    Searched refs:QCOW_VERSION (Results 1 - 3 of 3) sorted by null

  /external/qemu/block/
qcow2.h 31 #define QCOW_VERSION 2
qcow.c 34 #define QCOW_VERSION 1
87 be32_to_cpu(cow_header->version) == QCOW_VERSION)
113 if (header.magic != QCOW_MAGIC || header.version != QCOW_VERSION)
771 header.version = cpu_to_be32(QCOW_VERSION);
qcow2.c 67 be32_to_cpu(cow_header->version) == QCOW_VERSION)
179 if (header.magic != QCOW_MAGIC || header.version != QCOW_VERSION)
672 header.version = cpu_to_be32(QCOW_VERSION);

Completed in 51 milliseconds