| /NextBSD/usr.sbin/rpc.umntall/ |
| HD | rpc.umntall.c | 236 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in is_mounted() 242 mntsize = getfsstat(mntbuf, (long)bufsize, MNT_NOWAIT); in is_mounted()
|
| /NextBSD/lib/libc/gen/ |
| HD | getmntinfo.c | 51 if (mntsize <= 0 && (mntsize = getfsstat(0, 0, MNT_NOWAIT)) < 0) in getmntinfo()
|
| /NextBSD/contrib/amd/conf/checkmount/ |
| HD | checkmount_bsd44.c | 60 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in fixmount_check_mount()
|
| /NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| HD | getmntinfo.c | 69 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
|
| /NextBSD/contrib/amd/conf/mtab/ |
| HD | mtab_bsd.c | 114 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
|
| /NextBSD/sbin/fsck/ |
| HD | fsutil.c | 170 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
| /NextBSD/sbin/umount/ |
| HD | umount.c | 563 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in mntinfo() 569 mntsize = getfsstat(origbuf, (long)bufsize, MNT_NOWAIT); in mntinfo()
|
| /NextBSD/tools/regression/security/cap_test/ |
| HD | cap_test_capmode.c | 99 CHECK_CAPMODE(getfsstat, &statfs, sizeof(statfs), MNT_NOWAIT); in test_capmode()
|
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| HD | hostres_storage_tbl.c | 449 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/ |
| HD | df.c | 205 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in main() 323 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
| /NextBSD/sbin/mount/ |
| HD | mount.c | 329 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main() 696 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_stats.c | 687 vfs_msync(mp, MNT_NOWAIT); in linux_syncfs() 688 VFS_SYNC(mp, MNT_NOWAIT); in linux_syncfs()
|
| /NextBSD/sbin/fsck_ffs/ |
| HD | main.c | 642 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
| /NextBSD/sbin/dump/ |
| HD | main.c | 630 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
| /NextBSD/usr.bin/nfsstat/ |
| HD | nfsstat.c | 110 mntlen = getmntinfo(&mntbuf, MNT_NOWAIT); in main()
|
| /NextBSD/usr.sbin/quot/ |
| HD | quot.c | 630 cnt = getmntinfo(&mp,MNT_NOWAIT); in main()
|
| /NextBSD/usr.bin/quota/ |
| HD | quota.c | 498 nfst = getmntinfo(&fst, MNT_NOWAIT); in getprivs()
|
| /NextBSD/sbin/growfs/ |
| HD | growfs.c | 1279 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in dev_to_statfs() 1306 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in mountpoint_to_dev()
|
| /NextBSD/sys/ufs/ffs/ |
| HD | ffs_softdep.c | 3012 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/ |
| HD | mount.h | 409 #define MNT_NOWAIT 2 /* start all I/O, but do not wait for it */ macro
|
| /NextBSD/sbin/newfs_nandfs/ |
| HD | newfs_nandfs.c | 945 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) in check_mounted()
|
| /NextBSD/sbin/newfs_msdos/ |
| HD | mkfs_msdos.c | 733 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
|
| /NextBSD/lib/libugidfw/ |
| HD | ugidfw.c | 331 numfs = getmntinfo(&mntbuf, MNT_NOWAIT); in bsde_rule_to_string()
|
| /NextBSD/sys/geom/journal/ |
| HD | g_journal.c | 2934 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/ |
| HD | vfs_syscalls.c | 142 vfs_msync(mp, MNT_NOWAIT); 143 VFS_SYNC(mp, MNT_NOWAIT); 509 if (((flags & (MNT_LAZY|MNT_NOWAIT)) == 0 || in kern_getfsstat()
|