Searched refs:jbd2_journal_load (Results 1 – 5 of 5) sorted by relevance
23 When loading the journal you must call :c:func:`jbd2_journal_load` to process27 calling :c:func:`jbd2_journal_load`.31 transactions in the journal and similarly :c:func:`jbd2_journal_load` will
1397 extern int jbd2_journal_load (journal_t *journal);
1061 status = jbd2_journal_load(journal->j_journal); in ocfs2_journal_load()1646 status = jbd2_journal_load(journal); in ocfs2_replay_journal()
77 EXPORT_SYMBOL(jbd2_journal_load);1642 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() function
4951 err = jbd2_journal_load(journal); in ext4_load_journal()