Home
last modified time | relevance | path

Searched refs:JBD2_LOADED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Djbd2.h1394 #define JBD2_LOADED 0x010 /* The journal superblock has been loaded */ macro
/openbmc/linux/fs/jbd2/
H A Djournal.c2145 journal->j_flags |= JBD2_LOADED; in jbd2_journal_load()
2544 J_ASSERT (!(journal->j_flags & JBD2_LOADED)); in jbd2_journal_wipe()
/openbmc/linux/fs/ocfs2/
H A Djournal.c1080 (journal->j_journal->j_flags & JBD2_LOADED)) { in ocfs2_journal_shutdown()