Module Qcow_locks
val make : unit -> tCreate a set of locks
val unlock : lock -> unitunlock lockreleases the lock. Note releasing the same lock more than once will trigger a runtime failure.
module Client : sig ... endmodule Read : sig ... endmodule Write : sig ... endval with_metadata_lock : t -> (unit -> 'a Lwt.t) -> 'a Lwt.twith_metadata_lock t fexecutesf ()with the global metadata lock held. This prevents metadata blocks from moving while they're being used.
module Debug : sig ... end