Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/filesystems/
Djournalling.rst23 When loading the journal you must call :c:func:`jbd2_journal_load` to process
27 calling :c:func:`jbd2_journal_load`.
31 transactions in the journal and similarly :c:func:`jbd2_journal_load` will
/Linux-v5.4/include/linux/
Djbd2.h1397 extern int jbd2_journal_load (journal_t *journal);
/Linux-v5.4/fs/ocfs2/
Djournal.c1061 status = jbd2_journal_load(journal->j_journal); in ocfs2_journal_load()
1646 status = jbd2_journal_load(journal); in ocfs2_replay_journal()
/Linux-v5.4/fs/jbd2/
Djournal.c77 EXPORT_SYMBOL(jbd2_journal_load);
1642 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() function
/Linux-v5.4/fs/ext4/
Dsuper.c4951 err = jbd2_journal_load(journal); in ext4_load_journal()