| /netbsd-src/usr.bin/systat/ |
| H A D | df.c | 134 nfss = getmntinfo(&fss, MNT_NOWAIT); in initdf() 147 nfss = getmntinfo(&fss, MNT_NOWAIT); in fetchdf()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | getmntinfo.c | 63 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1) in getmntinfo()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/checkmount/ |
| H A D | checkmount_bsd44.c | 61 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in fixmount_check_mount()
|
| H A D | checkmount_osf.c | 57 nentries = getmntinfo(&fslist, MNT_NOWAIT); in fixmount_check_mount()
|
| /netbsd-src/lib/libc/compat/gen/ |
| H A D | compat_getmntinfo.c | 68 (mntsize = __compat_getfsstat(NULL, 0L, MNT_NOWAIT)) == -1) in __strong_alias()
|
| H A D | compat___getmntinfo13.c | 67 (mntsize = __compat_getvfsstat(NULL, 0L, MNT_NOWAIT)) == -1) in __strong_alias()
|
| /netbsd-src/tests/fs/nfs/nfsservice/ |
| H A D | getmntinfo.c | 70 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
|
| /netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
| H A D | mtab_bsd.c | 115 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
|
| H A D | mtab_osf.c | 120 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
|
| /netbsd-src/sys/sys/ |
| H A D | fstypes.h | 297 #define MNT_NOWAIT 2 /* start all I/O, but do not wait for it */ macro
|
| H A D | statvfs.h | 141 #define ST_NOWAIT MNT_NOWAIT
|
| /netbsd-src/sbin/dump/ |
| H A D | snapshot.c | 85 n = getmntinfo(&mntbuf, MNT_NOWAIT); in snap_open()
|
| H A D | optr.c | 454 if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mntinfosearch()
|
| /netbsd-src/sbin/mount_lfs/ |
| H A D | mount_lfs.c | 169 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mount_lfs()
|
| /netbsd-src/sbin/mount/ |
| H A D | mount.c | 203 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main() 647 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
| /netbsd-src/usr.sbin/vnconfig/ |
| H A D | vnconfig.c | 257 nmount = getmntinfo(&mnt, MNT_NOWAIT); in show()
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_fs.c | 229 mntflags = MNT_NOWAIT; in ultrix_sys_getmnt()
|
| /netbsd-src/sbin/umount/ |
| H A D | umount.c | 352 (mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { in getmntname()
|
| /netbsd-src/sys/rump/librump/rumpvfs/ |
| H A D | rump_vfs.c | 440 return VFS_SYNC(mp, wait ? MNT_WAIT : MNT_NOWAIT, cred); in rump_vfs_sync()
|
| /netbsd-src/usr.bin/eject/ |
| H A D | eject.c | 335 nmnts = getmntinfo(&mounts, MNT_NOWAIT); in unmount_dev()
|
| /netbsd-src/sbin/newfs_ext2fs/ |
| H A D | newfs_ext2fs.c | 264 n = getmntinfo(&mp, MNT_NOWAIT); in main()
|
| /netbsd-src/usr.sbin/quot/ |
| H A D | quot.c | 648 cnt = getmntinfo(&mp, MNT_NOWAIT); in main()
|
| /netbsd-src/sbin/newfs/ |
| H A D | newfs.c | 531 n = getmntinfo(&mp, MNT_NOWAIT); in main()
|
| /netbsd-src/sbin/newfs_msdos/ |
| H A D | mkfs_msdos.c | 783 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_syscalls.c | 761 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()
|