/freebsd/lib/libc/tests/gen/ |
H A D | getmntinfo_test.c | 58 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 D | automount.c | 189 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 D | autounmountd.c | 105 nitems = getmntinfo(&mntbuf, MNT_WAIT); in refresh_automounted()
|
/freebsd/contrib/hyperv/tools/ |
H A D | hv_vss_daemon.c | 56 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in check() 91 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in freeze()
|
/freebsd/lib/libc/gen/ |
H A D | getmntinfo-compat11.c | 66 __sym_compat(getmntinfo, freebsd11_getmntinfo, FBSD_1.0);
|
H A D | getmntinfo.c | 44 getmntinfo(struct statfs **mntbufp, int mode) in getmntinfo() function
|
H A D | Makefile.inc | 78 getmntinfo.c \ 79 getmntinfo-compat11.c \ 244 getmntinfo.3 \
|
H A D | Symbol.map | 416 getmntinfo;
|
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/ |
H A D | getmntinfo.c | 58 getmntinfo(mntbufp, flags) in getmntinfo() function
|
/freebsd/bin/df/ |
H A D | df.c | 195 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/tools/test/stress2/misc/ |
H A D | ufssuspend.sh | 53 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
|
/freebsd/usr.sbin/snapinfo/ |
H A D | snapinfo.c | 101 fscount = getmntinfo(&mntbuf, MNT_WAIT); in main()
|
/freebsd/contrib/netbsd-tests/bin/df/ |
H A D | getmntinfo.c | 208 getmntinfo(struct statvfs **mntbuf, int flags) in getmntinfo() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_netbsd_compat.inc | 28 #undef getmntinfo
|
/freebsd/sbin/mount/ |
H A D | getmntopts.c | 169 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpoint()
|
H A D | mount.c | 296 if ((mntsize = getmntinfo(&mntbuf, in main()
|
/freebsd/sbin/bectl/ |
H A D | bectl_jail.c | 219 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in bectl_jail_cleanup()
|
/freebsd/sbin/dump/ |
H A D | main.c | 635 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
/freebsd/usr.bin/quota/ |
H A D | quota.c | 488 nfst = getmntinfo(&fst, MNT_NOWAIT); in getprivs()
|
/freebsd/usr.sbin/quot/ |
H A D | quot.c | 616 cnt = getmntinfo(&mp,MNT_NOWAIT); in main()
|
/freebsd/sys/sys/ |
H A D | mount.h | 1202 int getmntinfo(struct statfs **, int);
|
/freebsd/usr.bin/nfsstat/ |
H A D | nfsstat.c | 157 mntlen = getmntinfo(&mntbuf, MNT_NOWAIT); in main()
|
/freebsd/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 820 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
|
/freebsd/lib/libugidfw/ |
H A D | ugidfw.c | 333 numfs = getmntinfo(&mntbuf, MNT_NOWAIT); in bsde_rule_to_string()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 2058 num = getmntinfo(&mntbufp, MNT_NOWAIT); in get_exportlist()
|