Searched refs:QCOW_MAGIC (Results 1 – 3 of 3) sorted by relevance
31 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro
80 if ((ext2fs_be32_to_cpu(hdr->magic) != QCOW_MAGIC) || in qcow2_read_header()
916 header->magic = ext2fs_cpu_to_be32(QCOW_MAGIC); in initialize_qcow2_image()