Searched refs:statfs12 (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/compat/sys/ |
| H A D | mount.h | 43 struct statfs12 { struct 101 statvfs_to_statfs12(const struct statvfs *fs, struct statfs12 *s12) in statvfs_to_statfs12() 142 struct statfs12 *s12 = kmem_zalloc(sizeof(*s12), KM_SLEEP); in statvfs_to_statfs12_copy() 180 int __compat_fstatfs(int, struct statfs12 *) __dso_hidden; 181 int __compat_getfsstat(struct statfs12 *, long, int) __dso_hidden; 182 int __compat_statfs(const char *, struct statfs12 *) __dso_hidden; 183 int __compat_getmntinfo(struct statfs12 **, int) __dso_hidden; 186 int __compat_fhstatfs(const struct compat_30_fhandle *, struct statfs12 *)
|
| /netbsd-src/lib/libc/compat/gen/ |
| H A D | compat_getmntinfo.c | 59 __compat_getmntinfo(struct statfs12 **mntbufp, int flags) in __strong_alias() 61 static struct statfs12 *mntbuf; in __strong_alias() 73 while (bufsize <= mntsize * sizeof(struct statfs12)) { in __strong_alias() 76 bufsize = (mntsize + 1) * sizeof(struct statfs12); in __strong_alias()
|
| /netbsd-src/lib/libc/compat/sys/ |
| H A D | compat_statfs.c | 67 __compat_statfs(const char *file, struct statfs12 *ost) in __strong_alias() 79 __compat_fstatfs(int f, struct statfs12 *ost) in __compat_fstatfs() 91 __compat_fhstatfs(const struct compat_30_fhandle *fh, struct statfs12 *ost) in __compat_fhstatfs() 103 __compat_getfsstat(struct statfs12 *ost, long size, int flags) in __compat_getfsstat()
|
| /netbsd-src/sys/compat/common/ |
| H A D | vfs_syscalls_20.c | 156 sizeof(struct statfs12), retval); in compat_20_sys_getfsstat()
|
| /netbsd-src/sys/sys/ |
| H A D | syscallargs.h | 154 syscallarg(struct statfs12 *) buf; 969 syscallarg(struct statfs12 *) buf; 977 syscallarg(struct statfs12 *) buf; 1969 syscallarg(struct statfs12 *) buf;
|