TStatfs

Record describing a file system in the unix.fpstatfs call.

Declaration

Source position: ptypes.inc line 186

Type
TStatfs = record
  fstype : clong;
  bsize : clong;
  blocks : culong;
  bfree : culong;
  bavail : culong;
  files : culong;
  ffree : culong;
  fsid : Array[0..1] of cint;
  namelen : clong;
  frsize : clong;
  flags : clong;
  spare : Array[0..3] of clong;
end

results matching ""

    No results matching ""