Module File.Statfs

type t = [ `Statfs ] Ctypes.structure
val t : t F.typ
val f_type : (Unsigned.uint64, t) F.field
val f_bsize : (Unsigned.uint64, t) F.field
val f_blocks : (Unsigned.uint64, t) F.field
val f_bfree : (Unsigned.uint64, t) F.field
val f_bavail : (Unsigned.uint64, t) F.field
val f_files : (Unsigned.uint64, t) F.field
val f_ffree : (Unsigned.uint64, t) F.field
val f_spare : (Unsigned.uint64 Ctypes_static.carrayt) F.field