fstatvfs
int fstatvfs(int, struct statvfs *);
if (fstatvfs(fd, &st) != 0)
if (fstatvfs(fsopts->fd, &sfs) == -1) {