import "sfFTPLib.idl";
|
| ULONGLONG | bsize [get] |
| | File system block size (fundamental file system block size).
|
| ULONGLONG | frsize [get] |
| | Fragment size (the unit of allocation).
|
| ULONGLONG | blocks [get] |
| | Total number of blocks on the file system (in units of frsize).
|
| ULONGLONG | bfree [get] |
| | Total number of free blocks.
|
| ULONGLONG | bavail [get] |
| | Number of free blocks available to non-privileged users.
|
| ULONGLONG | files [get] |
| | Total number of file nodes (inodes) in the file system.
|
| ULONGLONG | ffree [get] |
| | Total number of free file nodes.
|
| ULONGLONG | favail [get] |
| | Number of free file nodes available to non-privileged users.
|
| ULONGLONG | fsid [get] |
| | File system ID.
|
| ULONGLONG | flag [get] |
| | Bitmask of mount flags (e.g., ST_RDONLY, ST_NOSUID).
|
| ULONGLONG | namemax [get] |
| | Maximum length of a filename on this file system.
|
◆ bavail
| ULONGLONG ISFTPStatVFS::bavail |
|
getproperty |
Number of free blocks available to non-privileged users.
◆ bfree
| ULONGLONG ISFTPStatVFS::bfree |
|
getproperty |
Total number of free blocks.
◆ blocks
| ULONGLONG ISFTPStatVFS::blocks |
|
getproperty |
Total number of blocks on the file system (in units of frsize).
◆ bsize
| ULONGLONG ISFTPStatVFS::bsize |
|
getproperty |
File system block size (fundamental file system block size).
◆ favail
| ULONGLONG ISFTPStatVFS::favail |
|
getproperty |
Number of free file nodes available to non-privileged users.
◆ ffree
| ULONGLONG ISFTPStatVFS::ffree |
|
getproperty |
Total number of free file nodes.
◆ files
| ULONGLONG ISFTPStatVFS::files |
|
getproperty |
Total number of file nodes (inodes) in the file system.
◆ flag
| ULONGLONG ISFTPStatVFS::flag |
|
getproperty |
Bitmask of mount flags (e.g., ST_RDONLY, ST_NOSUID).
◆ frsize
| ULONGLONG ISFTPStatVFS::frsize |
|
getproperty |
Fragment size (the unit of allocation).
◆ fsid
| ULONGLONG ISFTPStatVFS::fsid |
|
getproperty |
◆ namemax
| ULONGLONG ISFTPStatVFS::namemax |
|
getproperty |
Maximum length of a filename on this file system.
The documentation for this interface was generated from the following file: