Source position: bstatfsh.inc line 19
type _statfs64 = record |
f_type: LongInt; |
f_bsize: LongInt; |
f_blocks: __fsblkcnt64_t; |
f_bfree: __fsblkcnt64_t; |
f_bavail: __fsblkcnt64_t; |
f_files: __fsfilcnt64_t; |
f_ffree: __fsfilcnt64_t; |
f_fsid: __fsid_t; |
f_namelen: LongInt; |
f_spare: array [0..5] of LongInt; |
end; |