Home
last modified time | relevance | path

Searched refs:getvfsstat (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dgetmntvinfo.c51 if (mntsize <= 0 && (mntsize = getvfsstat(NULL, NULL, 0, MNT_NOWAIT)) < 0) in getmntvinfo()
53 if (vbufsize > 0 && (mntsize = getvfsstat(mntsbuf, mntvbuf, vbufsize, flags)) < 0) in getmntvinfo()
64 if ((mntsize = getvfsstat(mntsbuf, mntvbuf, vbufsize, flags)) < 0) in getmntvinfo()
/dragonfly/sys/sys/
H A Dstatvfs.h114 int getvfsstat(struct statfs * __restrict, struct statvfs * __restrict, long, int);
H A Dsysunion.h277 struct getvfsstat_args getvfsstat; member
H A Dsyscall.mk271 getvfsstat.o \
/dragonfly/lib/libc/sys/
H A DMakefile.inc135 MLINKS+=getfsstat.2 getvfsstat.2
H A DSymbol.map119 getvfsstat;