FLUSHMSG
mp->flags = FLUSHMSG | flags;
if ((mp->flags & SHUTDOWN) || (mp->flags & FLUSHMSG)) {
if ((mp->flags & (FLUSHMSG | LOGSYNC)) ==
(FLUSHMSG | LOGSYNC)) {
if ((mp->flags & (FLUSHMSG | SYNC_FILE)) ==
(FLUSHMSG | SYNC_FILE)) {
if ((mp->flags & FLUSHMSG) && (f->f_prevcount > 0)) {