package luv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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