Symbol: statfs12
lib/libc/compat/gen/compat_getmntinfo.c
59
__compat_getmntinfo(struct statfs12 **mntbufp, int flags)
lib/libc/compat/gen/compat_getmntinfo.c
61
static struct statfs12 *mntbuf;
lib/libc/compat/gen/compat_getmntinfo.c
73
while (bufsize <= mntsize * sizeof(struct statfs12)) {
lib/libc/compat/gen/compat_getmntinfo.c
76
bufsize = (mntsize + 1) * sizeof(struct statfs12);
lib/libc/compat/sys/compat_statfs.c
103
__compat_getfsstat(struct statfs12 *ost, long size, int flags)
lib/libc/compat/sys/compat_statfs.c
67
__compat_statfs(const char *file, struct statfs12 *ost)
lib/libc/compat/sys/compat_statfs.c
79
__compat_fstatfs(int f, struct statfs12 *ost)
lib/libc/compat/sys/compat_statfs.c
91
__compat_fhstatfs(const struct compat_30_fhandle *fh, struct statfs12 *ost)
sys/compat/common/vfs_syscalls_20.c
156
sizeof(struct statfs12), retval);
sys/compat/sys/mount.h
101
statvfs_to_statfs12(const struct statvfs *fs, struct statfs12 *s12)
sys/compat/sys/mount.h
142
struct statfs12 *s12 = kmem_zalloc(sizeof(*s12), KM_SLEEP);
sys/compat/sys/mount.h
180
int __compat_fstatfs(int, struct statfs12 *) __dso_hidden;
sys/compat/sys/mount.h
181
int __compat_getfsstat(struct statfs12 *, long, int) __dso_hidden;
sys/compat/sys/mount.h
182
int __compat_statfs(const char *, struct statfs12 *) __dso_hidden;
sys/compat/sys/mount.h
183
int __compat_getmntinfo(struct statfs12 **, int) __dso_hidden;
sys/compat/sys/mount.h
186
int __compat_fhstatfs(const struct compat_30_fhandle *, struct statfs12 *)
sys/sys/syscallargs.h
154
syscallarg(struct statfs12 *) buf;
sys/sys/syscallargs.h
1969
syscallarg(struct statfs12 *) buf;
sys/sys/syscallargs.h
969
syscallarg(struct statfs12 *) buf;
sys/sys/syscallargs.h
977
syscallarg(struct statfs12 *) buf;