Module Xenstore_server.Quota_interface

include Namespace.Unsupported
val exists : 'a -> 'b -> 'c -> 'd
val mkdir : ?⁠with_watch:'a -> 'b -> 'c -> 'd -> 'e -> 'f
val read : 'a -> 'b -> 'c -> 'd
val write : 'a -> 'b -> 'c -> 'd -> 'e -> 'f
val list : 'a -> 'b -> 'c -> 'd
val rm : 'a -> 'b -> 'c -> 'd
val getperms : 'a -> 'b -> 'c -> 'd
val setperms : 'a -> 'b -> 'c -> 'd -> 'e
val (|>) : 'a -> ('a -> 'b) -> 'b
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