Symbol: statvfs90
lib/libc/compat/gen/compat___getmntinfo13.c
58
__compat___getmntinfo13(struct statvfs90 **mntbufp, int flags)
lib/libc/compat/gen/compat___getmntinfo13.c
60
static struct statvfs90 *mntbuf;
lib/libc/compat/gen/compat___getmntinfo13.c
72
while (bufsize <= mntsize * sizeof(struct statvfs90)) {
lib/libc/compat/gen/compat___getmntinfo13.c
75
bufsize = (mntsize + 1) * sizeof(struct statvfs90);
lib/libc/compat/sys/compat___fhstatvfs140.c
51
__compat___fhstatvfs140(const void *fhp, size_t len, struct statvfs90 *buf,
lib/libc/compat/sys/compat___fhstatvfs40.c
51
__compat___fhstatvfs40(const void *fhp, size_t len, struct statvfs90 *buf)
lib/libc/compat/sys/compat_fhstatvfs.c
52
fhstatvfs(const struct compat_30_fhandle *fhp, struct statvfs90 *buf)
lib/libc/compat/sys/compat_fhstatvfs1.c
52
fhstatvfs1(const struct compat_30_fhandle *fhp, struct statvfs90 *buf,
lib/libc/compat/sys/compat_statvfs.c
106
__compat_getvfsstat(struct statvfs90 *buf, size_t size, int flags)
lib/libc/compat/sys/compat_statvfs.c
66
__compat_statvfs(const char *path, struct statvfs90 *buf)
lib/libc/compat/sys/compat_statvfs.c
76
__compat_statvfs1(const char *path, struct statvfs90 *buf, int flags)
lib/libc/compat/sys/compat_statvfs.c
86
__compat_fstatvfs(int fd, struct statvfs90 *buf)
lib/libc/compat/sys/compat_statvfs.c
96
__compat_fstatvfs1(int fd, struct statvfs90 *buf, int flags)
sys/compat/common/vfs_syscalls_30.c
437
sizeof(struct statvfs90));
sys/compat/common/vfs_syscalls_90.c
101
sizeof(struct statvfs90));
sys/compat/common/vfs_syscalls_90.c
122
sizeof(struct statvfs90));
sys/compat/common/vfs_syscalls_90.c
145
sizeof(struct statvfs90));
sys/compat/common/vfs_syscalls_90.c
83
sizeof(struct statvfs90), retval);
sys/compat/sys/statvfs.h
118
struct statvfs90 *s90 = kmem_zalloc(sizeof(*s90), KM_SLEEP);
sys/compat/sys/statvfs.h
131
int __compat_statvfs(const char *__restrict, struct statvfs90 *__restrict);
sys/compat/sys/statvfs.h
132
int __compat_statvfs1(const char *__restrict, struct statvfs90 *__restrict,
sys/compat/sys/statvfs.h
135
int __compat_fstatvfs(int, struct statvfs90 *);
sys/compat/sys/statvfs.h
136
int __compat_fstatvfs1(int, struct statvfs90 *, int);
sys/compat/sys/statvfs.h
138
int __compat___getmntinfo13(struct statvfs90 **, int);
sys/compat/sys/statvfs.h
140
int __compat___fhstatvfs40(const void *, size_t, struct statvfs90 *);
sys/compat/sys/statvfs.h
141
int __compat___fhstatvfs140(const void *, size_t, struct statvfs90 *, int);
sys/compat/sys/statvfs.h
143
int __compat_getvfsstat(struct statvfs90 *, size_t, int);
sys/compat/sys/statvfs.h
159
int fhstatvfs(const struct compat_30_fhandle *, struct statvfs90 *);
sys/compat/sys/statvfs.h
160
int fhstatvfs1(const struct compat_30_fhandle *, struct statvfs90 *, int);
sys/compat/sys/statvfs.h
78
statvfs_to_statvfs90(const struct statvfs *s, struct statvfs90 *s90)
sys/sys/syscallargs.h
2268
syscallarg(struct statvfs90 *) buf;
sys/sys/syscallargs.h
2278
syscallarg(struct statvfs90 *) buf;
sys/sys/syscallargs.h
2287
syscallarg(struct statvfs90 *) buf;
sys/sys/syscallargs.h
2296
syscallarg(struct statvfs90 *) buf;
sys/sys/syscallargs.h
2583
syscallarg(struct statvfs90 *) buf;