statvfs
POSIX specification:
http://www.opengroup.org/onlinepubs/9699919799/functions/statvfs.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
f_blocks in ‘struct statvfs’ is a 32-bit
value, this function may not work correctly on files systems larger than
4 TiB. The fix is to use the AC_SYS_LARGEFILE macro. This affects
glibc/Hurd, HP-UX 11, Solaris.
Gnulib provides a module fsusage that provides similar information
as statvfs.