Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Djbd2.h1261 extern int jbd2_journal_load (journal_t *journal);
/linux-4.4.14/fs/jbd2/
Djournal.c82 EXPORT_SYMBOL(jbd2_journal_load);
1614 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() function
/linux-4.4.14/fs/ocfs2/
Djournal.c1076 status = jbd2_journal_load(journal->j_journal); in ocfs2_journal_load()
1644 status = jbd2_journal_load(journal); in ocfs2_replay_journal()
/linux-4.4.14/fs/ext4/
Dsuper.c4253 err = jbd2_journal_load(journal); in ext4_load_journal()