Searched refs:QCOW_MAGIC (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dqcow2.h31 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro
H A Dqcow2.c75 if ((ext2fs_be32_to_cpu(hdr->magic) != QCOW_MAGIC) ||
/external/qemu/android/
H A Dsnapshot.c45 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro
273 if (magic != QCOW_MAGIC) {
275 QCOW_MAGIC, magic);
/external/qemu/block/
H A Dqcow2.h34 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro
H A Dqcow2.c60 be32_to_cpu(cow_header->magic) == QCOW_MAGIC &&
162 if (header.magic != QCOW_MAGIC || header.version != QCOW_VERSION)
866 header.magic = cpu_to_be32(QCOW_MAGIC);
/external/e2fsprogs/misc/
H A De2image.c882 header->magic = ext2fs_cpu_to_be32(QCOW_MAGIC);

Completed in 134 milliseconds