Searched refs:QCOW_MAGIC (Results 1 – 5 of 5) sorted by relevance
31 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro
80 if ((ext2fs_be32_to_cpu(hdr->magic) != QCOW_MAGIC) || in qcow2_read_header()
22 pub use qcow::{QcowFile, QCOW_MAGIC};298 if magic4 == QCOW_MAGIC.to_be_bytes() { in detect_image_type()
131 pub const QCOW_MAGIC: u32 = 0x5146_49fb; constant227 if magic != QCOW_MAGIC { in new()286 magic: QCOW_MAGIC, in create_for_size_and_path()
909 header->magic = ext2fs_cpu_to_be32(QCOW_MAGIC); in initialize_qcow2_image()