Home
last modified time | relevance | path

Searched refs:MNT_NOWAIT (Results 1 – 25 of 39) sorted by relevance

12

/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/usr.sbin/rpc.umntall/
H A Drpc.umntall.c233 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in is_mounted()
239 mntsize = getfsstat(mntbuf, (long)bufsize, MNT_NOWAIT); in is_mounted()
/freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c153 allfs = getfsstat(NULL, 0, MNT_NOWAIT); in statfs_init()
160 MNT_NOWAIT); in statfs_init()
/freebsd/lib/libc/gen/
H A Dgetmntinfo-compat11.c48 (mntsize = freebsd11_getfsstat(0, 0, MNT_NOWAIT)) < 0) in freebsd11_getmntinfo()
H A Dgetmntinfo.c51 if (mntsize <= 0 && (mntsize = getfsstat(0, 0, MNT_NOWAIT)) < 0) in getmntinfo()
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dgetmntinfo.c69 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
/freebsd/lib/libc/tests/gen/
H A Dgetmntinfo_test.c63 nmnts = getmntinfo(&mntinfo, MNT_NOWAIT); in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Dufssuspend.sh53 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capmode.c94 CHECK_CAPMODE(getfsstat, &statfs, sizeof(statfs), MNT_NOWAIT); in test_capmode()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c450 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 Defivar-dp-xlate.c202 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 Dumount.c615 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in mntinfo()
621 mntsize = getfsstat(origbuf, (long)bufsize, MNT_NOWAIT); in mntinfo()
/freebsd/bin/df/
H A Ddf.c195 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in main()
285 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/freebsd/sbin/mount/
H A Dgetmntopts.c169 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpoint()
H A Dmount.c296 verbose ? MNT_WAIT : MNT_NOWAIT)) == 0) in main()
/freebsd/sbin/bectl/
H A Dbectl_jail.c219 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in bectl_jail_cleanup()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c643 vfs_periodic(mp, MNT_NOWAIT); in linux_syncfs()
644 VFS_SYNC(mp, MNT_NOWAIT); in linux_syncfs()
/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/ufs/ffs/
H A Dffs_softdep.c3126 VFS_SYNC(mp, MNT_NOWAIT); in journal_check_space()
3171 if (waitok == MNT_NOWAIT) in softdep_prealloc()
3323 ffs_syncvnode(vp, MNT_NOWAIT, 0); in softdep_prelink()
3857 VFS_SYNC(mp, MNT_NOWAIT); in softdep_process_journal()
12892 if (waitfor == MNT_NOWAIT) in sync_cgs()
12987 if (waitfor == MNT_NOWAIT) { in softdep_sync_buf()
12995 waitfor == MNT_NOWAIT) in softdep_sync_buf()
13009 if (waitfor == MNT_NOWAIT) { in softdep_sync_buf()
13186 if (waitfor == MNT_NOWAIT) in flush_deplist()
13191 if (waitfor == MNT_NOWAIT) in flush_deplist()
[all …]
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c854 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/contrib/capsicum-test/
H A Dcapmode.cc82 EXPECT_CAPMODE(getfsstat(&statfs, sizeof(statfs), MNT_NOWAIT)); in FORK_TEST_F()
/freebsd/lib/libsysdecode/
H A Dflags.c337 X(MNT_WAIT) X(MNT_NOWAIT) XEND
/freebsd/sys/sys/
H A Dmount.h560 #define MNT_NOWAIT 2 /* start all I/O, but do not wait for it */ macro

12