Module File.Statfs

Binds uv_statfs_t.

type t = {
  1. type_ : Unsigned.UInt64.t;
  2. bsize : Unsigned.UInt64.t;
  3. blocks : Unsigned.UInt64.t;
  4. bfree : Unsigned.UInt64.t;
  5. bavail : Unsigned.UInt64.t;
  6. files : Unsigned.UInt64.t;
  7. ffree : Unsigned.UInt64.t;
  8. f_spare : Unsigned.UInt64.t * Unsigned.UInt64.t * Unsigned.UInt64.t * Unsigned.UInt64.t;
}