HomeSort by: relevance | last modified time | path
    Searched refs:MNT_NOWAIT (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_bsd44.c 61 nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
checkmount_osf.c 57 nentries = getmntinfo(&fslist, MNT_NOWAIT);
  /src/lib/libc/compat/gen/
compat___getmntinfo13.c 67 (mntsize = __compat_getvfsstat(NULL, 0L, MNT_NOWAIT)) == -1)
compat_getmntinfo.c 68 (mntsize = __compat_getfsstat(NULL, 0L, MNT_NOWAIT)) == -1)
  /src/lib/libc/gen/
getmntinfo.c 63 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
  /src/usr.bin/systat/
df.c 134 nfss = getmntinfo(&fss, MNT_NOWAIT);
147 nfss = getmntinfo(&fss, MNT_NOWAIT);
  /src/tests/fs/nfs/nfsservice/
getmntinfo.c 70 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_bsd.c 115 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
mtab_osf.c 120 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
  /src/sys/sys/
statvfs.h 141 #define ST_NOWAIT MNT_NOWAIT
fstypes.h 297 #define MNT_NOWAIT 2 /* start all I/O, but do not wait for it */
  /src/sbin/dump/
snapshot.c 85 n = getmntinfo(&mntbuf, MNT_NOWAIT);
optr.c 454 if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
  /src/bin/df/
df.c 203 mntcount = getmntinfo(&mntbuf, MNT_NOWAIT);
293 count = getmntinfo(&mntbuf, MNT_NOWAIT);
  /src/sbin/mount_lfs/
mount_lfs.c 183 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
  /src/sbin/mount/
mount.c 212 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
687 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
  /src/sys/rump/librump/rumpvfs/
rump_vfs.c 440 return VFS_SYNC(mp, wait ? MNT_WAIT : MNT_NOWAIT, cred);
  /src/usr.sbin/vnconfig/
vnconfig.c 257 nmount = getmntinfo(&mnt, MNT_NOWAIT);
  /src/sys/compat/ultrix/
ultrix_fs.c 229 mntflags = MNT_NOWAIT;
  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 266 n = getmntinfo(&mp, MNT_NOWAIT);
  /src/usr.bin/eject/
eject.c 334 nmnts = getmntinfo(&mounts, MNT_NOWAIT);
  /src/sbin/umount/
umount.c 382 (mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) {
  /src/usr.sbin/quot/
quot.c 648 cnt = getmntinfo(&mp, MNT_NOWAIT);
  /src/sbin/newfs/
newfs.c 523 n = getmntinfo(&mp, MNT_NOWAIT);
  /src/sbin/newfs_msdos/
mkfs_msdos.c 783 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) {

Completed in 31 milliseconds

1 2