Home
last modified time | relevance | path

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

12

/NextBSD/usr.sbin/rpc.umntall/
HDrpc.umntall.c236 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in is_mounted()
242 mntsize = getfsstat(mntbuf, (long)bufsize, MNT_NOWAIT); in is_mounted()
/NextBSD/lib/libc/gen/
HDgetmntinfo.c51 if (mntsize <= 0 && (mntsize = getfsstat(0, 0, MNT_NOWAIT)) < 0) in getmntinfo()
/NextBSD/contrib/amd/conf/checkmount/
HDcheckmount_bsd44.c60 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in fixmount_check_mount()
/NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/
HDgetmntinfo.c69 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
/NextBSD/contrib/amd/conf/mtab/
HDmtab_bsd.c114 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
/NextBSD/sbin/fsck/
HDfsutil.c170 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/NextBSD/sbin/umount/
HDumount.c563 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in mntinfo()
569 mntsize = getfsstat(origbuf, (long)bufsize, MNT_NOWAIT); in mntinfo()
/NextBSD/tools/regression/security/cap_test/
HDcap_test_capmode.c99 CHECK_CAPMODE(getfsstat, &statfs, sizeof(statfs), MNT_NOWAIT); in test_capmode()
/NextBSD/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_storage_tbl.c449 if ((mounted_fs_count = getfsstat(NULL, 0, MNT_NOWAIT)) < 0) { in storage_OS_get_fs()
465 fs_buf_count * sizeof(struct statfs), MNT_NOWAIT)) < 0) { in storage_OS_get_fs()
/NextBSD/bin/df/
HDdf.c205 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in main()
323 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/NextBSD/sbin/mount/
HDmount.c329 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main()
696 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/NextBSD/sys/compat/linux/
HDlinux_stats.c687 vfs_msync(mp, MNT_NOWAIT); in linux_syncfs()
688 VFS_SYNC(mp, MNT_NOWAIT); in linux_syncfs()
/NextBSD/sbin/fsck_ffs/
HDmain.c642 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/NextBSD/sbin/dump/
HDmain.c630 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/NextBSD/usr.bin/nfsstat/
HDnfsstat.c110 mntlen = getmntinfo(&mntbuf, MNT_NOWAIT); in main()
/NextBSD/usr.sbin/quot/
HDquot.c630 cnt = getmntinfo(&mp,MNT_NOWAIT); in main()
/NextBSD/usr.bin/quota/
HDquota.c498 nfst = getmntinfo(&fst, MNT_NOWAIT); in getprivs()
/NextBSD/sbin/growfs/
HDgrowfs.c1279 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in dev_to_statfs()
1306 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in mountpoint_to_dev()
/NextBSD/sys/ufs/ffs/
HDffs_softdep.c3012 if (waitok == MNT_NOWAIT)
3058 ffs_syncvnode(vp, MNT_NOWAIT, 0);
3577 VFS_SYNC(mp, MNT_NOWAIT);
12463 if (waitfor == MNT_NOWAIT)
12538 if (waitfor == MNT_NOWAIT && softdep_count_dependencies(bp, 0)) in softdep_sync_buf()
12557 if (waitfor == MNT_NOWAIT) { in softdep_sync_buf()
12565 waitfor == MNT_NOWAIT) in softdep_sync_buf()
12579 if (waitfor == MNT_NOWAIT) { in softdep_sync_buf()
12691 for (error = 0, waitfor = MNT_NOWAIT; ; ) {
12756 if (waitfor == MNT_NOWAIT)
[all …]
/NextBSD/sys/sys/
HDmount.h409 #define MNT_NOWAIT 2 /* start all I/O, but do not wait for it */ macro
/NextBSD/sbin/newfs_nandfs/
HDnewfs_nandfs.c945 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) in check_mounted()
/NextBSD/sbin/newfs_msdos/
HDmkfs_msdos.c733 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
/NextBSD/lib/libugidfw/
HDugidfw.c331 numfs = getmntinfo(&mntbuf, MNT_NOWAIT); in bsde_rule_to_string()
/NextBSD/sys/geom/journal/
HDg_journal.c2934 vfs_msync(mp, MNT_NOWAIT); in g_journal_do_switch()
2938 error = VFS_SYNC(mp, MNT_NOWAIT); in g_journal_do_switch()
/NextBSD/sys/kern/
HDvfs_syscalls.c142 vfs_msync(mp, MNT_NOWAIT);
143 VFS_SYNC(mp, MNT_NOWAIT);
509 if (((flags & (MNT_LAZY|MNT_NOWAIT)) == 0 || in kern_getfsstat()

12