Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-cluster.c685 uint64_t host_cluster_offset = l2_entry & L2E_OFFSET_MASK; in qcow2_get_host_offset() local
686 *host_offset = host_cluster_offset + offset_in_cluster; in qcow2_get_host_offset()
687 if (offset_into_cluster(s, host_cluster_offset)) { in qcow2_get_host_offset()
691 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
701 ", L2 index: %#x)", host_cluster_offset, in qcow2_get_host_offset()
1160 calculate_l2_meta(BlockDriverState *bs, uint64_t host_cluster_offset, in calculate_l2_meta() argument
1305 .alloc_offset = host_cluster_offset, in calculate_l2_meta()