Lines Matching refs:waitfor
962 ext2fs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
988 if (vp->v_type == VREG && waitfor == MNT_LAZY)
992 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0);
1001 if (waitfor != MNT_LAZY) {
1004 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
1014 if ((error = ext2fs_cgupdate(ump, waitfor)))
1305 ext2fs_sbupdate(struct ufsmount *mp, int waitfor)
1313 if (waitfor == MNT_WAIT)
1321 ext2fs_cgupdate(struct ufsmount *mp, int waitfor)
1327 allerror = ext2fs_sbupdate(mp, waitfor);
1335 if (waitfor == MNT_WAIT)