Home
last modified time | relevance | path

Searched refs:QCOW_MAGIC (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dqcow.h36 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro
A Dblock-qcow.c147 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