HomeSort by relevance Sort by last modified time
    Searched refs:QCOW_MAGIC (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
qcow2.h 31 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
qcow2.c 75 if ((ext2fs_be32_to_cpu(hdr->magic) != QCOW_MAGIC) ||
  /external/qemu/android/
snapshot.c 45 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
273 if (magic != QCOW_MAGIC) {
275 QCOW_MAGIC, magic);
  /external/qemu/block/
qcow2.h 34 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
qcow2.c 60 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);
    [all...]
  /external/e2fsprogs/misc/
e2image.c 882 header->magic = ext2fs_cpu_to_be32(QCOW_MAGIC);
    [all...]

Completed in 2048 milliseconds