Searched refs:cache_discards (Results 1 – 3 of 3) sorted by relevance
2012 s->cache_discards = true; in qcow2_cluster_discard()2029 s->cache_discards = false; in qcow2_cluster_discard()2201 s->cache_discards = true; in qcow2_subcluster_zeroize()2234 s->cache_discards = false; in qcow2_subcluster_zeroize()
912 if (!s->cache_discards) { in update_refcount()976 if (s->cache_discards) { in alloc_clusters_noref()1263 s->cache_discards = true; in qcow2_update_snapshot_refcount()1428 s->cache_discards = false; in qcow2_update_snapshot_refcount()3686 if (!s->cache_discards) { in qcow2_shrink_reftable()
402 bool cache_discards; member