Searched defs:cluster_index (Results 1 – 3 of 3) sorted by relevance
247 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() local944 int64_t cluster_index, in qcow2_update_cluster_refcount()1035 uint64_t cluster_index, refcount; in qcow2_alloc_clusters_at() local1313 uint64_t cluster_index; in qcow2_update_snapshot_refcount() local3575 uint64_t cluster_index = discard_block_offs >> s->cluster_bits; in qcow2_discard_refcount_block() local
185 uint32_t cluster_index = host_cluster_index(s, off); in mark_used() local
551 int cluster_index; member