Symbol: statvfs
bin/df/df.c
105
struct statvfs statvfsbuf, *mntvbuf;
bin/df/df.c
224
statvfs(mntpt, &statvfsbuf) == 0) {
bin/df/df.c
247
if (statvfs(mntpt, &statvfsbuf) < 0) {
bin/df/df.c
277
struct statvfs *mntvbuf;
bin/df/df.c
293
regetmntinfo(struct statfs **mntbufp, struct statvfs **mntvbufp, long mntsize, char **vfslist)
bin/df/df.c
297
struct statvfs *mntvbuf;
bin/df/df.c
309
statvfs(mntbuf[i].f_mntonname,&mntvbuf[j]);
bin/df/df.c
320
prthuman(struct statvfs *vsfsp, int64_t used)
bin/df/df.c
377
prtstat(struct statfs *sfsp, struct statvfs *vsfsp, struct maxwidths *mwp)
bin/df/df.c
451
update_maxwidths(struct maxwidths *mwp, struct statfs *sfsp, struct statvfs *vsfsp)
bin/df/df.c
84
static void prthuman(struct statvfs *, int64_t);
bin/df/df.c
86
static void prtstat(struct statfs *, struct statvfs *, struct maxwidths *);
bin/df/df.c
87
static long regetmntinfo(struct statfs **, struct statvfs **, long, char **);
bin/df/df.c
88
static void update_maxwidths(struct maxwidths *, struct statfs *, struct statvfs *);
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/getmntvinfo.c
43
getmntvinfo(struct statfs **mntbufp, struct statvfs **mntvbufp, int flags)
lib/libc/gen/getmntvinfo.c
46
static struct statvfs *mntvbuf;
lib/libc/gen/getmntvinfo.c
55
while (vbufsize <= mntsize * (int)sizeof(struct statvfs)) {
lib/libc/gen/getmntvinfo.c
59
vbufsize = (mntsize + 1) * sizeof(struct statvfs);
lib/libc/gen/getmntvinfo.c
62
if ((mntvbuf = (struct statvfs *)malloc(vbufsize)) == NULL)
lib/libc/include/libc_private.h
88
struct statvfs;
sbin/hammer2/cmd_service.c
219
struct statvfs *mntvbuf = NULL;
sys/kern/vfs_default.c
1505
vfs_stdstatvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/kern/vfs_syscalls.c
1551
kern_statvfs(struct nlookupdata *nd, struct statvfs *buf)
sys/kern/vfs_syscalls.c
1554
struct statvfs *sp;
sys/kern/vfs_syscalls.c
1582
struct statvfs buf;
sys/kern/vfs_syscalls.c
1595
kern_fstatvfs(int fd, struct statvfs *buf)
sys/kern/vfs_syscalls.c
1600
struct statvfs *sp;
sys/kern/vfs_syscalls.c
1640
struct statvfs buf;
sys/kern/vfs_syscalls.c
1749
struct statvfs *vsfsp;
sys/kern/vfs_syscalls.c
1767
info.maxcount = uap->vbufsize / sizeof(struct statvfs);
sys/kern/vfs_syscalls.c
1787
struct statvfs *vsp;
sys/kern/vfs_syscalls.c
5109
struct statvfs *sp;
sys/kern/vfs_vfsops.c
190
vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/sys/kern_syscall.h
143
int kern_fstatvfs(int fd, struct statvfs *buf);
sys/sys/kern_syscall.h
165
int kern_statvfs(struct nlookupdata *nd, struct statvfs *buf);
sys/sys/kern_syscall.h
64
struct statvfs;
sys/sys/mount.h
231
struct statvfs mnt_vstat; /* extended stats */
sys/sys/mount.h
558
typedef int vfs_statvfs_t(struct mount *mp, struct statvfs *sbp,
sys/sys/mount.h
588
int vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred);
sys/sys/mount.h
68
struct statvfs;
sys/sys/mount.h
818
int getmntvinfo (struct statfs **, struct statvfs **, int);
sys/sys/statvfs.h
109
int fstatvfs(int, struct statvfs *);
sys/sys/statvfs.h
110
int statvfs(const char * __restrict, struct statvfs * __restrict);
sys/sys/statvfs.h
113
int fhstatvfs(const struct fhandle *, struct statvfs * __restrict);
sys/sys/statvfs.h
114
int getvfsstat(struct statfs * __restrict, struct statvfs * __restrict, long, int);
sys/sys/sysproto.h
1187
struct statvfs * buf; char buf_[PAD_(struct statvfs *)];
sys/sys/sysproto.h
1191
struct statvfs * buf; char buf_[PAD_(struct statvfs *)];
sys/sys/sysproto.h
1195
struct statvfs * buf; char buf_[PAD_(struct statvfs *)];
sys/sys/sysproto.h
1199
struct statvfs * vbuf; char vbuf_[PAD_(struct statvfs *)];
sys/sys/sysunion.h
274
struct statvfs_args statvfs;
sys/vfs/autofs/autofs_vfsops.c
296
autofs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/dirfs/dirfs_vfsops.c
309
dirfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/dirfs/dirfs_vfsops.c
312
struct statvfs st;
sys/vfs/dirfs/dirfs_vfsops.c
316
if ((statvfs(dmp->dm_path, &st)) == -1)
sys/vfs/ext2fs/ext2_vfsops.c
1140
ext2_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/fuse/fuse_vfsops.c
417
fuse_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/hammer/hammer_vfsops.c
1017
hammer_vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/hammer/hammer_vfsops.c
241
static int hammer_vfs_statvfs(struct mount *mp, struct statvfs *sbp,
sys/vfs/hammer2/hammer2_vfsops.c
202
static int hammer2_vfs_statvfs(struct mount *mp, struct statvfs *sbp,
sys/vfs/hammer2/hammer2_vfsops.c
2087
hammer2_vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/hammer2/hammer2_vfsops.c
2092
struct statvfs tmp;
sys/vfs/msdosfs/msdosfs_vfsops.c
722
msdosfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/nfs/nfs_vfsops.c
120
static int nfs_statvfs(struct mount *mp, struct statvfs *sbp,
sys/vfs/nfs/nfs_vfsops.c
398
nfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/ntfs/ntfs_vfsops.c
633
ntfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
sys/vfs/ntfs/ntfs_vfsops.c
74
static int ntfs_statvfs (struct mount *, struct statvfs *,
test/stress/stress2/lib/resources.c
61
struct statvfs buf;
test/stress/stress2/lib/resources.c
70
if (statvfs(path, &buf) < 0)
test/stress/stress2/lib/resources.c
85
struct statvfs buf;
test/stress/stress2/lib/resources.c
93
if (statvfs(path, &buf) < 0)
usr.sbin/makefs/ffs.c
507
struct statvfs sfs;
usr.sbin/makefs/hammer2/hammer2_compat.h
156
struct statvfs mnt_vstat;
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2053
hammer2_vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred)
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2058
struct statvfs tmp;
usr.sbin/makefs/hammer2/hammer2_vfsops.c
214
static int hammer2_vfs_statvfs(struct mount *mp, struct statvfs *sbp,