Home
last modified time | relevance | path

Searched refs:getmntinfo (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/lib/libc/tests/gen/
H A Dgetmntinfo_test.c58 nmnts = getmntinfo(&mntinfo, 199); in ATF_TC_BODY()
63 nmnts = getmntinfo(&mntinfo, MNT_NOWAIT); in ATF_TC_BODY()
70 nmnts = getmntinfo(&mntinfo, MNT_WAIT); in ATF_TC_BODY()
/freebsd/usr.sbin/autofs/
H A Dautomount.c189 nitems = getmntinfo(&mntbuf, MNT_WAIT); in mount_unmount()
267 nitems = getmntinfo(&mntbuf, MNT_WAIT); in flush_caches()
305 nitems = getmntinfo(&mntbuf, MNT_WAIT); in unmount_automounted()
H A Dautounmountd.c105 nitems = getmntinfo(&mntbuf, MNT_WAIT); in refresh_automounted()
/freebsd/contrib/hyperv/tools/
H A Dhv_vss_daemon.c56 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in check()
91 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in freeze()
/freebsd/lib/libc/gen/
H A Dgetmntinfo-compat11.c66 __sym_compat(getmntinfo, freebsd11_getmntinfo, FBSD_1.0);
H A Dgetmntinfo.c44 getmntinfo(struct statfs **mntbufp, int mode) in getmntinfo() function
H A DMakefile.inc78 getmntinfo.c \
79 getmntinfo-compat11.c \
243 getmntinfo.3 \
H A DSymbol.map414 getmntinfo;
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dgetmntinfo.c58 getmntinfo(mntbufp, flags) in getmntinfo() function
/freebsd/tools/test/stress2/misc/
H A Dufssuspend.sh53 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd/bin/df/
H A Ddf.c195 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in main()
285 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
377 return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT)); in regetmntinfo()
/freebsd/usr.sbin/snapinfo/
H A Dsnapinfo.c101 fscount = getmntinfo(&mntbuf, MNT_WAIT); in main()
/freebsd/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c208 getmntinfo(struct statvfs **mntbuf, int flags) in getmntinfo() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc28 #undef getmntinfo
/freebsd/sbin/mount/
H A Dgetmntopts.c169 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpoint()
H A Dmount.c295 if ((mntsize = getmntinfo(&mntbuf, in main()
/freebsd/sbin/bectl/
H A Dbectl_jail.c219 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in bectl_jail_cleanup()
/freebsd/sbin/dump/
H A Dmain.c635 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/freebsd/usr.bin/quota/
H A Dquota.c488 nfst = getmntinfo(&fst, MNT_NOWAIT); in getprivs()
/freebsd/usr.sbin/quot/
H A Dquot.c620 cnt = getmntinfo(&mp,MNT_NOWAIT); in main()
/freebsd/sys/sys/
H A Dmount.h1200 int getmntinfo(struct statfs **, int);
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c158 mntlen = getmntinfo(&mntbuf, MNT_NOWAIT); in main()
/freebsd/sbin/newfs_msdos/
H A Dmkfs_msdos.c820 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
/freebsd/lib/libugidfw/
H A Dugidfw.c333 numfs = getmntinfo(&mntbuf, MNT_NOWAIT); in bsde_rule_to_string()
/freebsd/usr.sbin/mountd/
H A Dmountd.c2024 num = getmntinfo(&mntbufp, MNT_NOWAIT); in get_exportlist()

12