Symbol: MNT_NOWAIT
bin/df/df.c
203
mntcount = getmntinfo(&mntbuf, MNT_NOWAIT);
bin/df/df.c
293
count = getmntinfo(&mntbuf, MNT_NOWAIT);
lib/libc/compat/gen/compat___getmntinfo13.c
67
(mntsize = __compat_getvfsstat(NULL, 0L, MNT_NOWAIT)) == -1)
lib/libc/compat/gen/compat_getmntinfo.c
68
(mntsize = __compat_getfsstat(NULL, 0L, MNT_NOWAIT)) == -1)
lib/libc/gen/getmntinfo.c
63
(mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
sbin/dump/optr.c
454
if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
sbin/dump/snapshot.c
85
n = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/mount/mount.c
209
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
sbin/mount/mount.c
662
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/mount_lfs/mount_lfs.c
169
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
sbin/newfs/newfs.c
523
n = getmntinfo(&mp, MNT_NOWAIT);
sbin/newfs_ext2fs/newfs_ext2fs.c
266
n = getmntinfo(&mp, MNT_NOWAIT);
sbin/newfs_msdos/mkfs_msdos.c
783
if (!(n = getmntinfo(&mp, MNT_NOWAIT))) {
sbin/umount/umount.c
382
(mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) {
sys/compat/linux/common/linux_file.c
1007
VFS_SYNC(mp, MNT_NOWAIT, l->l_cred);
sys/compat/ultrix/ultrix_fs.c
229
mntflags = MNT_NOWAIT;
sys/kern/vfs_syscalls.c
1289
if (flags == MNT_NOWAIT || flags == MNT_LAZY ||
sys/kern/vfs_syscalls.c
764
VFS_SYNC(mp, MNT_NOWAIT, l->l_cred);
sys/rump/librump/rumpvfs/rump_vfs.c
440
return VFS_SYNC(mp, wait ? MNT_WAIT : MNT_NOWAIT, cred);
sys/sys/statvfs.h
141
#define ST_NOWAIT MNT_NOWAIT
sys/ufs/lfs/lfs_vfsops.c
1661
else if (waitfor == MNT_NOWAIT)
tests/fs/nfs/nfsservice/getmntinfo.c
70
(mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
usr.bin/eject/eject.c
335
nmnts = getmntinfo(&mounts, MNT_NOWAIT);
usr.bin/systat/df.c
134
nfss = getmntinfo(&fss, MNT_NOWAIT);
usr.bin/systat/df.c
147
nfss = getmntinfo(&fss, MNT_NOWAIT);
usr.sbin/mountd/mountd.c
1260
mel_tab_len = getmntinfo(&fsp, MNT_NOWAIT);
usr.sbin/quot/quot.c
648
cnt = getmntinfo(&mp, MNT_NOWAIT);
usr.sbin/vnconfig/vnconfig.c
257
nmount = getmntinfo(&mnt, MNT_NOWAIT);