statvfs
copy_statfs_to_statvfs(struct statvfs *to, struct statfs *from)
int statvfs(const char *path, struct statvfs *buf)
int fstatvfs(int fd, struct statvfs *buf)
int statvfs(const char *, struct statvfs *);
int fstatvfs(int, struct statvfs *);
struct statvfs sb;
if (statvfs(path, &sb) != 0) {
struct statvfs st;
if (statvfs(path, &st) != 0)
struct statvfs st;
send_statvfs(u_int32_t id, struct statvfs *st)
struct statvfs buf;
if (statvfs(argv[1], &buf) < 0)
static int sfs2svfs(const struct statfs *from, struct statvfs *to);
fstatvfs(int fd, struct statvfs *result)
statvfs(const char * __restrict path, struct statvfs * __restrict result)
sfs2svfs(const struct statfs *from, struct statvfs *to)
static const struct statvfs zvfs;
int fstatvfs(int, struct statvfs *);
int statvfs(const char *__restrict, struct statvfs *__restrict);
struct statvfs sfs;