Unix_extended.Quotatype bytes = private Core.Int63.tval sexp_of_bytes : bytes -> Sexplib0.Sexp.tval bytes_of_sexp : Sexplib0.Sexp.t -> bytestype inodes = private Core.Int63.tval sexp_of_inodes : inodes -> Sexplib0.Sexp.tval inodes_of_sexp : Sexplib0.Sexp.t -> inodesval bytes : Core.Int63.t -> bytes @@ portableval inodes : Core.Int63.t -> inodes @@ portableval sexp_of_limit :
('units -> Sexplib0.Sexp.t) ->
'units limit ->
Sexplib0.Sexp.tval limit_of_sexp :
(Sexplib0.Sexp.t -> 'units) ->
Sexplib0.Sexp.t ->
'units limitval set :
[ `User | `Group ] ->
id:int ->
path:string ->
bytes limit ->
inodes limit ->
unit Core.Or_error.t