Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

_statvfs64

Declaration

Source position: bstatvfsh.inc line 22

type _statvfs64 = record

  f_bsize: dword;

  f_frsize: dword;

  f_blocks: __fsblkcnt64_t;

  f_bfree: __fsblkcnt64_t;

  f_bavail: __fsblkcnt64_t;

  f_files: __fsfilcnt64_t;

  f_ffree: __fsfilcnt64_t;

  f_favail: __fsfilcnt64_t;

  f_fsid: dword;

  __f_unused: LongInt;

  f_flag: dword;

  f_namemax: dword;

  __f_spare: array [0..5] of LongInt;

end;


Documentation generated on: 2023-03-18