Home
last modified time | relevance | path

Searched defs:cluster_index (Results 1 – 3 of 3) sorted by relevance

/qemu/block/
H A Dqcow2-refcount.c247 int qcow2_get_refcount(BlockDriverState *bs, int64_t cluster_index, in qcow2_get_refcount()
306 alloc_refcount_block(BlockDriverState *bs, int64_t cluster_index, in alloc_refcount_block()
843 int64_t cluster_index = cluster_offset >> s->cluster_bits; in update_refcount() local
944 int64_t cluster_index, in qcow2_update_cluster_refcount()
1035 uint64_t cluster_index, refcount; in qcow2_alloc_clusters_at() local
1313 uint64_t cluster_index; in qcow2_update_snapshot_refcount() local
3575 uint64_t cluster_index = discard_block_offs >> s->cluster_bits; in qcow2_discard_refcount_block() local
H A Dparallels.c185 uint32_t cluster_index = host_cluster_index(s, off); in mark_used() local
/qemu/include/hw/core/
H A Dcpu.h551 int cluster_index; member