Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Qcow_debug
Sourceval on_duplicate_reference :
Qcow_metadata.t ->
Qcow_cluster_map.t ->
cluster_bits:int ->
(int64 * int) ->
(int64 * int) ->
int64 ->
(unit, [> `Disconnected | `Is_read_only | `Msg of string ]) result Lwt.t
val check_references :
Qcow_metadata.t ->
Qcow_cluster_map.t ->
cluster_bits:int ->
Qcow_types.Cluster.t ->
(unit, [> `Disconnected | `Is_read_only | `Msg of string ]) result Lwt.t
check_references metadata map cluster_bits target
follows the back references from physical offset target
, verifying the references on disk as it goes