Searched refs:cow_header (Results 1 – 2 of 2) sorted by relevance
100 const QCowHeader *cow_header = (const void *)buf; in qcow_probe() local103 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe()104 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
87 const QCowHeader *cow_header = (const void *)buf; in qcow2_probe() local90 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow2_probe()91 be32_to_cpu(cow_header->version) >= 2) in qcow2_probe()