Searched refs:freebsd11_getfsstat (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getmntinfo-compat11.c | 48 (mntsize = freebsd11_getfsstat(0, 0, MNT_NOWAIT)) < 0) in freebsd11_getmntinfo() 51 (mntsize = freebsd11_getfsstat(mntbuf, bufsize, flags)) < 0) in freebsd11_getmntinfo() 59 if ((mntsize = freebsd11_getfsstat(mntbuf, bufsize, flags)) < 0) in freebsd11_getmntinfo()
|
H A D | gen-compat.h | 49 int freebsd11_getfsstat(struct freebsd11_statfs *, long, int);
|
/freebsd/lib/libsys/ |
H A D | Symbol.map | 9 freebsd11_getfsstat;
|
/freebsd/lib/libc/include/ |
H A D | compat.h | 60 __sym_compat(getfsstat, freebsd11_getfsstat, FBSD_1.0);
|
/freebsd/sys/sys/ |
H A D | syscall.mk | 254 freebsd11_getfsstat.o \
|
H A D | sysproto.h | 2764 int freebsd11_getfsstat(struct thread *, struct freebsd11_getfsstat_args *);
|
/freebsd/sys/kern/ |
H A D | vfs_syscalls.c | 789 freebsd11_getfsstat(struct thread *td, struct freebsd11_getfsstat_args *uap) in freebsd11_getfsstat() function
|