/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/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
H A D | mnttab.c | 153 allfs = getfsstat(NULL, 0, MNT_NOWAIT); in statfs_init() 160 MNT_NOWAIT); in statfs_init()
|
/freebsd/usr.sbin/rpc.umntall/ |
H A D | rpc.umntall.c | 233 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in is_mounted() 239 mntsize = getfsstat(mntbuf, (long)bufsize, MNT_NOWAIT); in is_mounted()
|
/freebsd/lib/libc/gen/ |
H A D | getmntinfo-compat11.c | 48 (mntsize = freebsd11_getfsstat(0, 0, MNT_NOWAIT)) < 0) in freebsd11_getmntinfo()
|
H A D | getmntinfo.c | 51 if (mntsize <= 0 && (mntsize = getfsstat(0, 0, MNT_NOWAIT)) < 0) in getmntinfo()
|
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/ |
H A D | getmntinfo.c | 69 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
|
/freebsd/lib/libc/tests/gen/ |
H A D | getmntinfo_test.c | 63 nmnts = getmntinfo(&mntinfo, MNT_NOWAIT); in ATF_TC_BODY()
|
/freebsd/tools/test/stress2/misc/ |
H A D | ufssuspend.sh | 53 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
|
/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test_capmode.c | 94 CHECK_CAPMODE(getfsstat, &statfs, sizeof(statfs), MNT_NOWAIT); in test_capmode()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_storage_tbl.c | 450 if ((mounted_fs_count = getfsstat(NULL, 0, MNT_NOWAIT)) < 0) { in storage_OS_get_fs() 466 fs_buf_count * sizeof(struct statfs), MNT_NOWAIT)) < 0) { in storage_OS_get_fs()
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-xlate.c | 202 n = getfsstat(NULL, 0, MNT_NOWAIT) + 1; in efi_hd_to_unix() 209 n = getfsstat(mnt, mntlen, MNT_NOWAIT); in efi_hd_to_unix()
|
/freebsd/sbin/umount/ |
H A D | umount.c | 615 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in mntinfo() 621 mntsize = getfsstat(origbuf, (long)bufsize, MNT_NOWAIT); in mntinfo()
|
/freebsd/bin/df/ |
H A D | df.c | 195 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in main() 285 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
/freebsd/sbin/mount/ |
H A D | getmntopts.c | 169 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpoint()
|
H A D | mount.c | 297 verbose ? MNT_WAIT : MNT_NOWAIT)) == 0) in main()
|
/freebsd/sbin/bectl/ |
H A D | bectl_jail.c | 219 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in bectl_jail_cleanup()
|
/freebsd/sys/compat/linux/ |
H A D | linux_stats.c | 657 vfs_periodic(mp, MNT_NOWAIT); in linux_syncfs() 658 VFS_SYNC(mp, MNT_NOWAIT); in linux_syncfs()
|
/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/ufs/ffs/ |
H A D | ffs_softdep.c | 3133 VFS_SYNC(mp, MNT_NOWAIT); in journal_check_space() 3178 if (waitok == MNT_NOWAIT) in softdep_prealloc() 3330 ffs_syncvnode(vp, MNT_NOWAIT, 0); in softdep_prelink() 3867 VFS_SYNC(mp, MNT_NOWAIT); in softdep_process_journal() 12903 if (waitfor == MNT_NOWAIT) in sync_cgs() 12954 * dependencies. If waitfor is MNT_NOWAIT it attempts to schedule any 12980 if (waitfor == MNT_NOWAIT && softdep_count_dependencies(bp, 0)) in softdep_sync_buf() 12998 if (waitfor == MNT_NOWAIT) { in softdep_sync_buf() 13006 waitfor == MNT_NOWAIT) in softdep_sync_buf() 13020 if (waitfor == MNT_NOWAIT) { in softdep_sync_buf() [all...] |
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vnops.c | 854 if (ap->a_waitfor != MNT_NOWAIT) { in msdosfs_fsync() 862 error = deupdat(VTODE(ap->a_vp), ap->a_waitfor != MNT_NOWAIT); in msdosfs_fsync()
|
/freebsd/lib/libsysdecode/ |
H A D | flags.c | 337 X(MNT_WAIT) X(MNT_NOWAIT) XEND
|
/freebsd/contrib/capsicum-test/ |
H A D | capmode.cc | 82 EXPECT_CAPMODE(getfsstat(&statfs, sizeof(statfs), MNT_NOWAIT)); in FORK_TEST_F()
|
/freebsd/sys/sys/ |
H A D | mount.h | 560 #define MNT_NOWAIT 2 /* start all I/O, but do not wait for it */ macro
|