Home
last modified time | relevance | path

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

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dqcow2-cluster.c1295 uint64_t alloc_cluster_offset = 0; in handle_alloc() local
1357 alloc_cluster_offset = entry & L2E_OFFSET_MASK; in handle_alloc()
1366 if (!alloc_cluster_offset) { in handle_alloc()
1368 alloc_cluster_offset = start_of_cluster(s, *host_offset); in handle_alloc()
1369 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1385 if (!alloc_cluster_offset) { in handle_alloc()
1386 ret = qcow2_pre_write_overlap_check(bs, 0, alloc_cluster_offset, in handle_alloc()
1417 .alloc_offset = alloc_cluster_offset, in handle_alloc()
1435 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dqcow2-cluster.c1319 uint64_t alloc_cluster_offset = INV_OFFSET; in handle_alloc() local
1378 alloc_cluster_offset = entry & L2E_OFFSET_MASK; in handle_alloc()
1387 if (alloc_cluster_offset == INV_OFFSET) { in handle_alloc()
1389 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1391 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1403 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1430 .alloc_offset = alloc_cluster_offset, in handle_alloc()
1448 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dqcow2-cluster.c1319 uint64_t alloc_cluster_offset = INV_OFFSET; in handle_alloc() local
1378 alloc_cluster_offset = entry & L2E_OFFSET_MASK; in handle_alloc()
1387 if (alloc_cluster_offset == INV_OFFSET) { in handle_alloc()
1389 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1391 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1403 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1430 .alloc_offset = alloc_cluster_offset, in handle_alloc()
1448 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dqcow2-cluster.c1330 uint64_t alloc_cluster_offset = INV_OFFSET; in handle_alloc() local
1389 alloc_cluster_offset = entry & L2E_OFFSET_MASK; in handle_alloc()
1398 if (alloc_cluster_offset == INV_OFFSET) { in handle_alloc()
1400 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1402 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1414 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1441 .alloc_offset = alloc_cluster_offset, in handle_alloc()
1459 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dqcow2-cluster.c1330 uint64_t alloc_cluster_offset = INV_OFFSET; in handle_alloc() local
1389 alloc_cluster_offset = entry & L2E_OFFSET_MASK; in handle_alloc()
1398 if (alloc_cluster_offset == INV_OFFSET) { in handle_alloc()
1400 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1402 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1414 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1441 .alloc_offset = alloc_cluster_offset, in handle_alloc()
1459 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-cluster.c1632 uint64_t alloc_cluster_offset; in handle_alloc() local
1665 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1667 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1680 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1700 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
1704 ret = calculate_l2_meta(bs, alloc_cluster_offset, guest_offset, *bytes, in handle_alloc()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-cluster.c1632 uint64_t alloc_cluster_offset; in handle_alloc() local
1665 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1667 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1680 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1700 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
1704 ret = calculate_l2_meta(bs, alloc_cluster_offset, guest_offset, *bytes, in handle_alloc()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-cluster.c1649 uint64_t alloc_cluster_offset; in handle_alloc() local
1682 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1684 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1697 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1717 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
1721 ret = calculate_l2_meta(bs, alloc_cluster_offset, guest_offset, *bytes, in handle_alloc()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-cluster.c1662 uint64_t alloc_cluster_offset; in handle_alloc() local
1695 alloc_cluster_offset = *host_offset == INV_OFFSET ? INV_OFFSET : in handle_alloc()
1697 ret = do_alloc_cluster_offset(bs, guest_offset, &alloc_cluster_offset, in handle_alloc()
1710 assert(alloc_cluster_offset != INV_OFFSET); in handle_alloc()
1730 *host_offset = alloc_cluster_offset + offset_into_cluster(s, guest_offset); in handle_alloc()
1734 ret = calculate_l2_meta(bs, alloc_cluster_offset, guest_offset, *bytes, in handle_alloc()