Lines Matching defs:waitfor
966 ext2fs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
992 if (vp->v_type == VREG && waitfor == MNT_LAZY)
996 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0);
1005 if (waitfor != MNT_LAZY) {
1008 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
1018 if ((error = ext2fs_cgupdate(ump, waitfor)))
1309 ext2fs_sbupdate(struct ufsmount *mp, int waitfor)
1317 if (waitfor == MNT_WAIT)
1325 ext2fs_cgupdate(struct ufsmount *mp, int waitfor)
1331 allerror = ext2fs_sbupdate(mp, waitfor);
1339 if (waitfor == MNT_WAIT)