Home
last modified time | relevance | path

Searched refs:jbd2_journal_load (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Djbd2.h1156 extern int jbd2_journal_load (journal_t *journal);
/linux-4.1.27/fs/ocfs2/
Djournal.c1049 status = jbd2_journal_load(journal->j_journal); in ocfs2_journal_load()
1617 status = jbd2_journal_load(journal); in ocfs2_replay_journal()
/linux-4.1.27/fs/jbd2/
Djournal.c82 EXPORT_SYMBOL(jbd2_journal_load);
1628 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() function
/linux-4.1.27/fs/ext4/
Dsuper.c4586 err = jbd2_journal_load(journal); in ext4_load_journal()