Go to the source code of this file.
◆ ST_RDONLY
| #define ST_RDONLY (1 << 0) |
◆ ST_NOSUID
| #define ST_NOSUID (1 << 1) |
◆ ST_NODEV
| #define ST_NODEV (1 << 2) |
◆ ST_NOEXEC
| #define ST_NOEXEC (1 << 3) |
◆ ST_SYNCHRONOUS
| #define ST_SYNCHRONOUS (1 << 4) |
◆ ST_VALID
| #define ST_VALID (1 << 5) |
◆ ST_MANDLOCK
| #define ST_MANDLOCK (1 << 6) |
◆ ST_NOATIME
| #define ST_NOATIME (1 << 10) |
◆ ST_NODIRATIME
| #define ST_NODIRATIME (1 << 11) |
◆ ST_REAATIME
| #define ST_REAATIME (1 << 12) |
◆ ST_NOSYMFOLLOW
| #define ST_NOSYMFOLLOW (1 << 13) |
◆ vsf_linux_sys_statvfs_vplt_t
◆ fstatvfs()
| int fstatvfs |
( |
int |
fd, |
|
|
struct statvfs * |
buf |
|
) |
| |
◆ statvfs()
◆ fstatvfs64()
| int fstatvfs64 |
( |
int |
fd, |
|
|
struct statvfs64 * |
buf |
|
) |
| |
◆ statvfs64()
◆ vsf_linux_sys_statvfs_vplt