Xenstore_server.Quota_interface
include module type of struct include Namespace.Unsupported end
val read : Transaction.t -> Perms.t -> Store.Path.t -> string
val exists : Transaction.t -> Perms.t -> Store.Path.t -> bool
val write : 'a -> 'b -> Perms.t -> Store.Path.t -> string -> unit
val list : Transaction.t -> Perms.t -> Store.Path.t -> string list
val rm : 'a -> Perms.t -> Store.Path.t -> unit