Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h787 #define JFS_LOADED 0x010 /* The journal superblock has been loaded */ macro
/linux-4.1.27/fs/jbd/
Djournal.c1320 journal->j_flags |= JFS_LOADED; in journal_load()
1624 J_ASSERT (!(journal->j_flags & JFS_LOADED)); in journal_wipe()