fstatfs
if (fstatfs(fd, &fsb) == -1)
if (fstatfs(fd, &fs) != 0) {
int fstatfs (int, struct statfs *);
struct fstatfs_args fstatfs;
if (fstatfs(fileno(file->fp), &sf) == 0 &&
if (nommap || fstatfs(fd, &stfs) != 0)