Home
last modified time | relevance | path

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

12

/netbsd-src/usr.bin/systat/
H A Ddf.c134 nfss = getmntinfo(&fss, MNT_NOWAIT); in initdf()
147 nfss = getmntinfo(&fss, MNT_NOWAIT); in fetchdf()
/netbsd-src/lib/libc/gen/
H A Dgetmntinfo.c63 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1) in getmntinfo()
/netbsd-src/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_bsd44.c61 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in fixmount_check_mount()
H A Dcheckmount_osf.c57 nentries = getmntinfo(&fslist, MNT_NOWAIT); in fixmount_check_mount()
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_getmntinfo.c68 (mntsize = __compat_getfsstat(NULL, 0L, MNT_NOWAIT)) == -1) in __strong_alias()
H A Dcompat___getmntinfo13.c67 (mntsize = __compat_getvfsstat(NULL, 0L, MNT_NOWAIT)) == -1) in __strong_alias()
/netbsd-src/tests/fs/nfs/nfsservice/
H A Dgetmntinfo.c70 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_bsd.c115 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
H A Dmtab_osf.c120 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
/netbsd-src/sys/sys/
H A Dfstypes.h297 #define MNT_NOWAIT 2 /* start all I/O, but do not wait for it */ macro
H A Dstatvfs.h141 #define ST_NOWAIT MNT_NOWAIT
/netbsd-src/sbin/dump/
H A Dsnapshot.c85 n = getmntinfo(&mntbuf, MNT_NOWAIT); in snap_open()
H A Doptr.c454 if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mntinfosearch()
/netbsd-src/sbin/mount_lfs/
H A Dmount_lfs.c169 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mount_lfs()
/netbsd-src/sbin/mount/
H A Dmount.c203 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main()
647 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/netbsd-src/usr.sbin/vnconfig/
H A Dvnconfig.c257 nmount = getmntinfo(&mnt, MNT_NOWAIT); in show()
/netbsd-src/sys/compat/ultrix/
H A Dultrix_fs.c229 mntflags = MNT_NOWAIT; in ultrix_sys_getmnt()
/netbsd-src/sbin/umount/
H A Dumount.c352 (mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { in getmntname()
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drump_vfs.c440 return VFS_SYNC(mp, wait ? MNT_WAIT : MNT_NOWAIT, cred); in rump_vfs_sync()
/netbsd-src/usr.bin/eject/
H A Deject.c335 nmnts = getmntinfo(&mounts, MNT_NOWAIT); in unmount_dev()
/netbsd-src/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c264 n = getmntinfo(&mp, MNT_NOWAIT); in main()
/netbsd-src/usr.sbin/quot/
H A Dquot.c648 cnt = getmntinfo(&mp, MNT_NOWAIT); in main()
/netbsd-src/sbin/newfs/
H A Dnewfs.c531 n = getmntinfo(&mp, MNT_NOWAIT); in main()
/netbsd-src/sbin/newfs_msdos/
H A Dmkfs_msdos.c783 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
/netbsd-src/sys/kern/
H A Dvfs_syscalls.c761 VFS_SYNC(mp, MNT_NOWAIT, l->l_cred); in sync_vnode_filter()
1282 * If MNT_NOWAIT or MNT_LAZY is specified, do not in dostatvfs()
1284 * overrides MNT_NOWAIT. in dostatvfs()
1286 if (flags == MNT_NOWAIT || flags == MNT_LAZY || in dostatvfs()

12