Symbol: statvfs
crypto/openssh/openbsd-compat/bsd-statvfs.c
37
copy_statfs_to_statvfs(struct statvfs *to, struct statfs *from)
crypto/openssh/openbsd-compat/bsd-statvfs.c
58
int statvfs(const char *path, struct statvfs *buf)
crypto/openssh/openbsd-compat/bsd-statvfs.c
76
int fstatvfs(int fd, struct statvfs *buf)
crypto/openssh/openbsd-compat/bsd-statvfs.h
67
int statvfs(const char *, struct statvfs *);
crypto/openssh/openbsd-compat/bsd-statvfs.h
71
int fstatvfs(int, struct statvfs *);
crypto/openssh/regress/setuid-allowed.c
41
struct statvfs sb;
crypto/openssh/regress/setuid-allowed.c
48
if (statvfs(path, &sb) != 0) {
crypto/openssh/sftp-server.c
1395
struct statvfs st;
crypto/openssh/sftp-server.c
1403
if (statvfs(path, &st) != 0)
crypto/openssh/sftp-server.c
1414
struct statvfs st;
crypto/openssh/sftp-server.c
656
send_statvfs(u_int32_t id, struct statvfs *st)
lib/libc/gen/statvfs.c
135
struct statvfs buf;
lib/libc/gen/statvfs.c
137
if (statvfs(argv[1], &buf) < 0)
lib/libc/gen/statvfs.c
40
static int sfs2svfs(const struct statfs *from, struct statvfs *to);
lib/libc/gen/statvfs.c
43
fstatvfs(int fd, struct statvfs *result)
lib/libc/gen/statvfs.c
70
statvfs(const char * __restrict path, struct statvfs * __restrict result)
lib/libc/gen/statvfs.c
95
sfs2svfs(const struct statfs *from, struct statvfs *to)
lib/libc/gen/statvfs.c
97
static const struct statvfs zvfs;
sys/sys/statvfs.h
76
int fstatvfs(int, struct statvfs *);
sys/sys/statvfs.h
77
int statvfs(const char *__restrict, struct statvfs *__restrict);
usr.sbin/makefs/ffs.c
487
struct statvfs sfs;