SYNC_FILE
mp->flags |= SYNC_FILE; /* fsync file after write */
if ((mp->flags & (FLUSHMSG | SYNC_FILE)) ==
(FLUSHMSG | SYNC_FILE)) {
} else if (flags & SYNC_FILE)
flushmsg(SYNC_FILE);