Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Djbd2.h1248 #define JBD2_LOADED 0x010 /* The journal superblock has been loaded */ macro
/linux-4.19.296/fs/jbd2/
Djournal.c1718 journal->j_flags |= JBD2_LOADED; in jbd2_journal_load()
2070 J_ASSERT (!(journal->j_flags & JBD2_LOADED)); in jbd2_journal_wipe()