/src/usr.sbin/autofs/ |
automount.c | 150 nitems = getmntinfo(&mntbuf, MNT_WAIT); 209 nitems = getmntinfo(&mntbuf, MNT_WAIT); 232 nitems = getmntinfo(&mntbuf, MNT_WAIT);
|
autounmountd.c | 111 nitems = getmntinfo(&mntbuf, MNT_WAIT);
|
/src/sys/sys/ |
statvfs.h | 140 #define ST_WAIT MNT_WAIT
|
fstypes.h | 296 #define MNT_WAIT 1 /* synchronously wait for I/O to complete */
|
/src/sys/ufs/ext2fs/ |
ext2fs_vfsops.c | 497 ext2fs_cgupdate(ump, MNT_WAIT) == 0 && 500 (void) ext2fs_sbupdate(ump, MNT_WAIT); 540 (void) ext2fs_cgupdate(ump, MNT_WAIT); 835 ext2fs_cgupdate(ump, MNT_WAIT) == 0 && 838 (void) ext2fs_sbupdate(ump, MNT_WAIT); 992 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0); 1004 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) 1313 if (waitfor == MNT_WAIT) 1335 if (waitfor == MNT_WAIT)
|
/src/sys/compat/ultrix/ |
ultrix_fs.c | 227 mntflags = MNT_WAIT; 266 if (mntflags != MNT_WAIT &&
|
/src/sys/ufs/ffs/ |
ffs_wapbl.c | 305 (void) ffs_sbupdate(ump, MNT_WAIT); 356 ffs_sync(mp, MNT_WAIT, FSCRED); 378 error = ffs_sbupdate(ump, MNT_WAIT); 463 error = ffs_sbupdate(ump, MNT_WAIT); 619 ffs_sync(mp, MNT_WAIT, FSCRED); 637 error = ffs_sbupdate(ump, MNT_WAIT);
|
ffs_vfsops.c | 651 if (ffs_cgupdate(ump, MNT_WAIT) == 0 && 656 (void) ffs_sbupdate(ump, MNT_WAIT); 780 (void) ffs_cgupdate(ump, MNT_WAIT); 1787 if (ffs_cgupdate(ump, MNT_WAIT) == 0 && 1793 (void) ffs_sbupdate(ump, MNT_WAIT); 2016 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0), 0, 0); 2037 if (waitfor == MNT_WAIT) 2072 error = wapbl_flush(mp->mnt_wapbl, (waitfor == MNT_WAIT)); 2441 if (waitfor == MNT_WAIT) 2478 if (waitfor == MNT_WAIT) [all...] |
/src/sys/fs/udf/ |
udf_vfsops.c | 845 error = udf_write_metadata_partition_spacetable(ump, MNT_WAIT); 851 error = udf_write_physical_partition_spacetables(ump, MNT_WAIT); 884 if (waitfor == MNT_WAIT)
|
/src/sys/fs/nfs/client/ |
nfs_clnode.c | 252 (void)ncl_flush(vp, MNT_WAIT, NULL, ap->a_td, 1, 0);
|
nfs_clvnops.c | 718 error = ncl_flush(vp, MNT_WAIT, cred, ap->a_td, cm, 0); 723 error = ncl_flush(vp, MNT_WAIT, cred, ap->a_td, 1805 error = VOP_FSYNC(fvp, MNT_WAIT, fcnp->cn_thread); 1808 error = VOP_FSYNC(tvp, MNT_WAIT, tcnp->cn_thread); 1964 VOP_FSYNC(vp, MNT_WAIT, cnp->cn_thread); 2841 if (waitfor != MNT_WAIT || passone) 2897 if (waitfor == MNT_WAIT) { 2966 if (error == 0 && commit != 0 && waitfor == MNT_WAIT && 3016 (void) ncl_flush(vp, MNT_WAIT, cred, td, 1, 0);
|
/src/sys/rump/librump/rumpvfs/ |
rump_vfs.c | 440 return VFS_SYNC(mp, wait ? MNT_WAIT : MNT_NOWAIT, cred);
|
/src/usr.bin/quota/ |
quota.c | 490 nfst = getmntinfo(&fst, MNT_WAIT);
|
/src/usr.sbin/repquota/ |
repquota.c | 171 nfst = getmntinfo(&fst, MNT_WAIT);
|
/src/bin/df/ |
df.c | 367 return nflag ? count : (size_t)getmntinfo(mntbufp, MNT_WAIT);
|
/src/sys/fs/msdosfs/ |
msdosfs_vfsops.c | 1064 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0) 1075 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
|
/src/usr.sbin/edquota/ |
edquota.c | 567 nfst = getmntinfo(&fst, MNT_WAIT); 661 nfst = getmntinfo(&fst, MNT_WAIT);
|
/src/sbin/mount/ |
mount.c | 406 if ((numfs = getmntinfo(&sfp, MNT_WAIT)) == 0) {
|
/src/sys/fs/puffs/ |
puffs_vfsops.c | 537 fsyncwait = (waitfor == MNT_WAIT) ? FSYNC_WAIT : 0; 559 * this is never called with MNT_WAIT except from
|
/src/usr.sbin/quotacheck/ |
quotacheck.c | 492 nfst = getmntinfo(&fst, MNT_WAIT);
|
/src/sys/nfs/ |
nfs_vfsops.c | 983 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0);
|
/src/sys/miscfs/procfs/ |
procfs_linux.c | 650 if ((error = dostatvfs(mp, sfs, curl, MNT_WAIT, 0)) == 0)
|
/src/sys/dev/ |
fss.c | 915 error = VFS_SYNC(sc->sc_mount, MNT_WAIT, curlwp->l_cred);
|
/src/sys/kern/ |
vfs_mount.c | 977 error = VFS_SYNC(mp, MNT_WAIT, l->l_cred);
|
/src/sys/coda/ |
coda_vnops.c | 807 VOP_FSYNC(convp, cred, MNT_WAIT, 0, 0);
|