fstatvfs
if (fstatvfs(*fdes, &stfs_buf) < 0) {
if (fstatvfs(mountfd, &vfs) == -1)
if (fstatvfs(fd, &svb) == -1)
if (fstatvfs(fd, &f) != 0)
return (fstatvfs(fd, buf));
ret = fstatvfs(fd, &sv);
if ((ret = fstatvfs(fd, &vbuf)) != -1)
int fstatvfs(int, struct statvfs *);
/* 104 */ SYSENT_CI("fstatvfs", fstatvfs, 2),
#define fstatvfs64 fstatvfs
int fstatvfs(int, statvfs_t *);