Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-cluster.c1671 uint64_t alloc_cluster_offset; in handle_alloc() local
1704 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1706 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1719 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1739 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
1743 ret = calculate_l2_meta(bs, alloc_cluster_offset, guest_offset, *bytes, in handle_alloc()