Include dependency graph for statvfs.cc:
Go to the source code of this file.
Macros | |
#define | STATFS_FRSIZE(x) (x).f_bsize |
Functions | |
int | xstatvfs (const char *path, struct statvfs *sfs) |
Macro Definition Documentation
◆ STATFS_FRSIZE
#define STATFS_FRSIZE | ( | x | ) | (x).f_bsize |
Definition at line 18 of file statvfs.cc.
Function Documentation
◆ xstatvfs()
Definition at line 22 of file statvfs.cc.
References statvfs::f_bavail, statvfs::f_bfree, statvfs::f_blocks, statvfs::f_bsize, statvfs::f_favail, statvfs::f_ffree, statvfs::f_files, statvfs::f_frsize, statvfs::f_fsid, statvfs::f_namemax, and STATFS_FRSIZE.
Referenced by fsBlockSize(), fsStats(), and main().