Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2.h537 QCOW2_CLUSTER_COMPRESSED, enumerator
718 return QCOW2_CLUSTER_COMPRESSED; in qcow2_get_cluster_type()
758 case QCOW2_CLUSTER_COMPRESSED: in qcow2_get_subcluster_type()
783 case QCOW2_CLUSTER_COMPRESSED: in qcow2_get_subcluster_type()
801 return (type == QCOW2_CLUSTER_COMPRESSED || type == QCOW2_CLUSTER_NORMAL || in qcow2_cluster_is_allocated()
H A Dqcow2-cluster.c1343 case QCOW2_CLUSTER_COMPRESSED: in cluster_needs_new_alloc()
1927 bool keep_reference = (cluster_type != QCOW2_CLUSTER_COMPRESSED) && in discard_in_l2_slice()
2063 bool unmap = (type == QCOW2_CLUSTER_COMPRESSED) || in zero_in_l2_slice()
2066 (s->discard_no_unref && type != QCOW2_CLUSTER_COMPRESSED); in zero_in_l2_slice()
2130 case QCOW2_CLUSTER_COMPRESSED: in zero_l2_subclusters()
2555 assert(qcow2_get_cluster_type(bs, l2_entry) == QCOW2_CLUSTER_COMPRESSED); in qcow2_parse_compressed_l2_entry()
H A Dqcow2-refcount.c1180 case QCOW2_CLUSTER_COMPRESSED: in qcow2_free_any_cluster()
1322 case QCOW2_CLUSTER_COMPRESSED: in qcow2_update_snapshot_refcount()
1694 if (type != QCOW2_CLUSTER_COMPRESSED) { in check_refcounts_l2()
1704 case QCOW2_CLUSTER_COMPRESSED: in check_refcounts_l2()