Home
last modified time | relevance | path

Searched refs:freebsd11_getfsstat (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/gen/
H A Dgetmntinfo-compat11.c48 (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 Dgen-compat.h49 int freebsd11_getfsstat(struct freebsd11_statfs *, long, int);
/freebsd/lib/libsys/
H A DSymbol.map9 freebsd11_getfsstat;
/freebsd/lib/libc/include/
H A Dcompat.h60 __sym_compat(getfsstat, freebsd11_getfsstat, FBSD_1.0);
/freebsd/sys/sys/
H A Dsyscall.mk254 freebsd11_getfsstat.o \
H A Dsysproto.h2764 int freebsd11_getfsstat(struct thread *, struct freebsd11_getfsstat_args *);
/freebsd/sys/kern/
H A Dvfs_syscalls.c789 freebsd11_getfsstat(struct thread *td, struct freebsd11_getfsstat_args *uap) in freebsd11_getfsstat() function