Searched refs:OCFS2_JOURNAL_DIRTY_FL (Results 1 – 2 of 2) sorted by relevance
821 OCFS2_JOURNAL_DIRTY_FL); in ocfs2_journal_init()874 flags |= OCFS2_JOURNAL_DIRTY_FL; in ocfs2_journal_toggle_dirty()876 flags &= ~OCFS2_JOURNAL_DIRTY_FL; in ocfs2_journal_toggle_dirty()1537 if (!(flags & OCFS2_JOURNAL_DIRTY_FL)) { in ocfs2_replay_journal()1586 flags &= ~OCFS2_JOURNAL_DIRTY_FL; in ocfs2_replay_journal()2198 OCFS2_JOURNAL_DIRTY_FL) in ocfs2_check_journals_nolocks()
284 #define OCFS2_JOURNAL_DIRTY_FL (0x00000001) /* Journal needs recovery */ macro