Home | History | Annotate | Download | only in ffs

Lines Matching refs:waitfor

1931 	int waitfor;
1966 (c->waitfor == MNT_LAZY || (LIST_EMPTY(&vp->v_dirtyblkhd) &&
1979 ffs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
1998 ctx.waitfor = waitfor;
2002 LK_EXCLUSIVE | (waitfor == MNT_LAZY ? LK_NOWAIT : 0));
2007 if (waitfor == MNT_LAZY) {
2016 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0), 0, 0);
2027 if (waitfor != MNT_LAZY) {
2037 if (waitfor == MNT_WAIT)
2062 if ((error = ffs_cgupdate(ump, waitfor)))
2072 error = wapbl_flush(mp->mnt_wapbl, (waitfor == MNT_WAIT));
2411 ffs_sbupdate(struct ufsmount *mp, int waitfor)
2441 if (waitfor == MNT_WAIT)
2449 ffs_cgupdate(struct ufsmount *mp, int waitfor)
2459 allerror = ffs_sbupdate(mp, waitfor);
2478 if (waitfor == MNT_WAIT)