Home
last modified time | relevance | path

Searched refs:INV_OFFSET (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-cluster.c1509 assert(*host_offset == INV_OFFSET || offset_into_cluster(s, guest_offset) in handle_copied()
1545 if (*host_offset != INV_OFFSET && cluster_offset != *host_offset) { in handle_copied()
1614 assert(*host_offset == INV_OFFSET || in do_alloc_cluster_offset()
1622 if (*host_offset == INV_OFFSET) { in do_alloc_cluster_offset()
1704 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1719 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1799 cluster_offset = INV_OFFSET; in qcow2_alloc_host_offset()
1800 *host_offset = INV_OFFSET; in qcow2_alloc_host_offset()
1806 if (*host_offset == INV_OFFSET && cluster_offset != INV_OFFSET) { in qcow2_alloc_host_offset()
1815 if (cluster_offset != INV_OFFSET) { in qcow2_alloc_host_offset()
[all …]
H A Dqcow2.h599 #define INV_OFFSET (-1ULL) macro