Home
last modified time | relevance | path

Searched refs:cow_header (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dcow_user.c112 union cow_header { union
284 union cow_header *header; in read_cow_header()
/openbmc/qemu/block/
H A Dqcow.c100 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local
103 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe()
104 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
H A Dqcow2.c87 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local
90 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe()
91 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()