Searched refs:QCOW_MAGIC (Results 1 – 2 of 2) sorted by relevance
36 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro
147 if (header.magic == QCOW_MAGIC) { in get_filesize()894 if (header.magic != QCOW_MAGIC) in tdqcow_open()1199 header.magic = cpu_to_be32(QCOW_MAGIC); in qcow_create()1421 if (header.magic == QCOW_MAGIC) in tdqcow_get_image_type()
Completed in 5 milliseconds