#include <unistd.h>#include <sys/types.h>Go to the source code of this file.
Classes | |
| struct | statvfs |
Macros | |
| #define | ST_NOSUID 0x00000002 |
| #define | ST_RDONLY 0x00000001 |
Functions | |
| int | fstatvfs (int fildes, struct statvfs *buf) |
| int | statvfs (const char *path, struct statvfs *buf) |
| int fstatvfs | ( | int | fildes, |
| struct statvfs * | buf | ||
| ) |