Searched refs:SYNC_FILE (Results 1 – 2 of 2) sorted by relevance
139 #define SYNC_FILE 0x004 /* do fsync on file after printing */ macro
592 flushmsg(SYNC_FILE); in prepare_sys_poll()1182 mp->flags |= SYNC_FILE; /* fsync file after write */ in formatsys()1514 if ((mp->flags & (FLUSHMSG | SYNC_FILE)) == in logit()1515 (FLUSHMSG | SYNC_FILE)) { in logit()1967 } else if (flags & SYNC_FILE) in writemsg()