HomeSort by: relevance | last modified time | path
    Searched refs:statfs12 (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/compat/gen/
compat_getmntinfo.c 59 __compat_getmntinfo(struct statfs12 **mntbufp, int flags)
61 static struct statfs12 *mntbuf;
73 while (bufsize <= mntsize * sizeof(struct statfs12)) {
76 bufsize = (mntsize + 1) * sizeof(struct statfs12);
  /src/sys/compat/sys/
mount.h 43 struct statfs12 { struct
101 statvfs_to_statfs12(const struct statvfs *fs, struct statfs12 *s12)
142 struct statfs12 *s12 = kmem_zalloc(sizeof(*s12), KM_SLEEP);
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 *)
  /src/lib/libc/compat/sys/
compat_statfs.c 67 __compat_statfs(const char *file, struct statfs12 *ost)
79 __compat_fstatfs(int f, struct statfs12 *ost)
91 __compat_fhstatfs(const struct compat_30_fhandle *fh, struct statfs12 *ost)
103 __compat_getfsstat(struct statfs12 *ost, long size, int flags)
  /src/sys/compat/common/
vfs_syscalls_20.c 87 syscallarg(struct statfs12 *) buf;
121 syscallarg(struct statfs12 *) buf;
150 syscallarg(struct statfs12 *) buf;
156 sizeof(struct statfs12), retval);
164 syscallarg(struct statfs12 *) buf;
  /src/sys/sys/
syscallargs.h 154 syscallarg(struct statfs12 *) buf;
969 syscallarg(struct statfs12 *) buf;
977 syscallarg(struct statfs12 *) buf;
1969 syscallarg(struct statfs12 *) buf;

Completed in 36 milliseconds