Module Qcow_cluster_map.Erased
Clusters which have been erased but haven't been flushed yet so can't be safely reallocated.
val get : t -> Qcow_types.Cluster.IntervalSet.t
get t
query the current contents of the set
val remove : t -> Qcow_types.Cluster.IntervalSet.t -> unit
remove t less
removesless
from the set
val mem : t -> Qcow_types.Cluster.t -> bool
mem t cluster
is true ifcluster
is int