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

  /external/e2fsprogs/lib/ext2fs/
qcow2.h 31 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
qcow2.c 80 if ((ext2fs_be32_to_cpu(hdr->magic) != QCOW_MAGIC) ||
  /external/e2fsprogs/misc/
e2image.c 896 header->magic = ext2fs_cpu_to_be32(QCOW_MAGIC);
    [all...]

Completed in 40 milliseconds