shell.unix_extended
Unix_extended.Quota
shell
shell.filename_extended
shell.low_level_process
shell.shell_internal
shell.string_extended
type bytes = private Core.Int63.t
val sexp_of_bytes : bytes -> Sexplib0.Sexp.t
val bytes_of_sexp : Sexplib0.Sexp.t -> bytes
type inodes = private Core.Int63.t
val sexp_of_inodes : inodes -> Sexplib0.Sexp.t
val inodes_of_sexp : Sexplib0.Sexp.t -> inodes
val bytes : Core.Int63.t -> bytes
val inodes : Core.Int63.t -> inodes
type 'units limit = {
soft : 'units option;
hard : 'units option;
grace : Core.Time_float.t option;
}
val sexp_of_limit : ('units -> Sexplib0.Sexp.t) -> 'units limit -> Sexplib0.Sexp.t
val limit_of_sexp : (Sexplib0.Sexp.t -> 'units) -> Sexplib0.Sexp.t -> 'units limit
type 'units usage = private 'units
val query : [ `User | `Group ] -> id:int -> path:string -> (bytes limit * bytes usage * inodes limit * inodes usage) Core.Or_error.t
val set : [ `User | `Group ] -> id:int -> path:string -> bytes limit -> inodes limit -> unit Core.Or_error.t