Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h799 static inline bool qcow2_cluster_is_allocated(QCow2ClusterType type) in qcow2_cluster_is_allocated() function
H A Dqcow2-cluster.c1947 } else if (bs->backing || qcow2_cluster_is_allocated(cluster_type)) { in discard_in_l2_slice()
2064 ((flags & BDRV_REQ_MAY_UNMAP) && qcow2_cluster_is_allocated(type)); in zero_in_l2_slice()