Searched refs:JBD2_ABORT (Results 1 – 4 of 4) sorted by relevance
1160 journal->j_flags = JBD2_ABORT; in journal_init_common()1702 journal->j_flags &= ~JBD2_ABORT; in jbd2_journal_load()2096 if (journal->j_flags & JBD2_ABORT) in __jbd2_journal_abort_hard()2103 journal->j_flags |= JBD2_ABORT; in __jbd2_journal_abort_hard()2121 if (journal->j_flags & JBD2_ABORT) { in __journal_abort_soft()2207 if (journal->j_flags & JBD2_ABORT) in jbd2_journal_errno()2227 if (journal->j_flags & JBD2_ABORT) in jbd2_journal_clear_err()
130 if (journal->j_flags & JBD2_ABORT) { in __jbd2_log_wait_for_space()
1229 #define JBD2_ABORT 0x002 /* Journaling has been aborted for errors. */ macro1496 return journal->j_flags & JBD2_ABORT; in is_journal_aborted()
580 EXT4_SB(sb)->s_journal->j_flags & JBD2_ABORT)) in ext4_decode_error()