[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Record describing a file system in the fsstat call.
Source position: oldlinux.pp line 168
type Statfs = packed record |
||
fstype: LongInt; |
|
File system type |
bsize: LongInt; |
|
Block size |
blocks: LongInt; |
|
Total number of blocks |
bfree: LongInt; |
|
Number of free blocks |
bavail: LongInt; |
|
Number of available blocks |
files: LongInt; |
|
Number of files |
ffree: LongInt; |
|
? |
fsid: LongInt; |
|
? |
namelen: LongInt; |
|
Max name length for files. |
spare: array [0..6] of LongInt; |
|
Pad bytes. Do not use. |
end; |
No notes exist for this page yet.