![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <statvfs.h>
Collaboration diagram for statvfs:Data Fields | |
| unsigned long | f_bsize |
| unsigned long | f_frsize |
| fsblkcnt_t | f_blocks |
| fsblkcnt_t | f_bfree |
| fsblkcnt_t | f_bavail |
| fsfilcnt_t | f_files |
| fsfilcnt_t | f_ffree |
| fsfilcnt_t | f_favail |
| unsigned long | f_fsid |
| unsigned long | f_flag |
| unsigned long | f_namemax |
| fsblkcnt_t statvfs::f_bavail |
Referenced by dt_mipmap_cache_deallocate_dynamic(), and statvfs().
| fsblkcnt_t statvfs::f_bfree |
Referenced by statvfs().
| fsblkcnt_t statvfs::f_blocks |
Referenced by statvfs().
| unsigned long statvfs::f_bsize |
Referenced by statvfs().
| fsfilcnt_t statvfs::f_favail |
Referenced by statvfs().
| fsfilcnt_t statvfs::f_ffree |
Referenced by statvfs().
| fsfilcnt_t statvfs::f_files |
Referenced by statvfs().
| unsigned long statvfs::f_flag |
Referenced by statvfs().
| unsigned long statvfs::f_frsize |
Referenced by dt_mipmap_cache_deallocate_dynamic(), and statvfs().
| unsigned long statvfs::f_fsid |
Referenced by statvfs().
| unsigned long statvfs::f_namemax |
Referenced by statvfs().