Home
last modified time | relevance | path

Searched refs:host_cluster_offset (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-cluster.c671 uint64_t host_cluster_offset = l2_entry & L2E_OFFSET_MASK; in qcow2_get_host_offset() local
672 *host_offset = host_cluster_offset + offset_in_cluster; in qcow2_get_host_offset()
673 if (offset_into_cluster(s, host_cluster_offset)) { in qcow2_get_host_offset()
677 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
687 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
1144 static int calculate_l2_meta(BlockDriverState *bs, uint64_t host_cluster_offset, in calculate_l2_meta() argument
1289 .alloc_offset = host_cluster_offset, in calculate_l2_meta()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-cluster.c671 uint64_t host_cluster_offset = l2_entry & L2E_OFFSET_MASK; in qcow2_get_host_offset() local
672 *host_offset = host_cluster_offset + offset_in_cluster; in qcow2_get_host_offset()
673 if (offset_into_cluster(s, host_cluster_offset)) { in qcow2_get_host_offset()
677 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
687 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
1144 static int calculate_l2_meta(BlockDriverState *bs, uint64_t host_cluster_offset, in calculate_l2_meta() argument
1289 .alloc_offset = host_cluster_offset, in calculate_l2_meta()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-cluster.c670 uint64_t host_cluster_offset = l2_entry & L2E_OFFSET_MASK; in qcow2_get_host_offset() local
671 *host_offset = host_cluster_offset + offset_in_cluster; in qcow2_get_host_offset()
672 if (offset_into_cluster(s, host_cluster_offset)) { in qcow2_get_host_offset()
676 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
686 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
1143 static int calculate_l2_meta(BlockDriverState *bs, uint64_t host_cluster_offset, in calculate_l2_meta() argument
1288 .alloc_offset = host_cluster_offset, in calculate_l2_meta()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-cluster.c683 uint64_t host_cluster_offset = l2_entry & L2E_OFFSET_MASK; in qcow2_get_host_offset() local
684 *host_offset = host_cluster_offset + offset_in_cluster; in qcow2_get_host_offset()
685 if (offset_into_cluster(s, host_cluster_offset)) { in qcow2_get_host_offset()
689 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
699 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
1156 static int calculate_l2_meta(BlockDriverState *bs, uint64_t host_cluster_offset, in calculate_l2_meta() argument
1301 .alloc_offset = host_cluster_offset, in calculate_l2_meta()