Searched refs:JBD2_ABORT (Results 1 – 4 of 4) sorted by relevance
1141 journal->j_flags = JBD2_ABORT; in journal_init_common()1691 journal->j_flags &= ~JBD2_ABORT; in jbd2_journal_load()2085 if (journal->j_flags & JBD2_ABORT) in __jbd2_journal_abort_hard()2092 journal->j_flags |= JBD2_ABORT; in __jbd2_journal_abort_hard()2110 if (journal->j_flags & JBD2_ABORT) { in __journal_abort_soft()2196 if (journal->j_flags & JBD2_ABORT) in jbd2_journal_errno()2216 if (journal->j_flags & JBD2_ABORT) in jbd2_journal_clear_err()
130 if (journal->j_flags & JBD2_ABORT) { in __jbd2_log_wait_for_space()
1243 #define JBD2_ABORT 0x002 /* Journaling has been aborted for errors. */ macro1515 return journal->j_flags & JBD2_ABORT; in is_journal_aborted()
614 EXT4_SB(sb)->s_journal->j_flags & JBD2_ABORT)) in ext4_decode_error()