Searched refs:QCOW_VERSION (Results 1 – 4 of 4) sorted by relevance
45 #define QCOW_VERSION 2 macro277 if (version != QCOW_VERSION) { in snapshot_validate_qcow_file()279 QCOW_VERSION, version); in snapshot_validate_qcow_file()
34 #define QCOW_VERSION 1 macro87 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()110 if (header.magic != QCOW_MAGIC || header.version != QCOW_VERSION) in qcow_open()769 header.version = cpu_to_be32(QCOW_VERSION); in qcow_create()
35 #define QCOW_VERSION 2 macro
61 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()162 if (header.magic != QCOW_MAGIC || header.version != QCOW_VERSION) in qcow_open()867 header.version = cpu_to_be32(QCOW_VERSION); in qcow_create2()