VO
fstatvfs(int fd, struct statvfs *buf);
DESCRIPTION
The statvfs() and fstatvfs() functions fill the structure pointed to by
buf with garbage. This garbage will occasionally bear resemblance to
file system statistics, but portable applications must not depend on
this. Applications must pass a pathname or file descriptor which refers
to a file on the file system in which they are interested.