Searched refs:JBD2_FLUSHED (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/jbd2/
H A Djournal.c1758 * update until the next commit by setting JBD2_FLUSHED. This avoids
1766 journal->j_flags |= JBD2_FLUSHED;
1885 journal->j_flags &= ~JBD2_FLUSHED;
1934 journal->j_flags |= JBD2_FLUSHED;
H A Dcommit.c388 if (journal->j_flags & JBD2_FLUSHED) {
/linux-master/include/linux/
H A Djbd2.h1388 #define JBD2_FLUSHED 0x008 /* The journal superblock has been flushed */ macro

Completed in 143 milliseconds