Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/filesystems/
Djournalling.rst23 When loading the journal you must call jbd2_journal_load() to process
27 calling jbd2_journal_load().
31 transactions in the journal and similarly jbd2_journal_load() will
/kernel/linux/linux-5.10/include/linux/
Djbd2.h1545 extern int jbd2_journal_load (journal_t *journal);
/kernel/linux/linux-5.10/fs/ocfs2/
Djournal.c1065 status = jbd2_journal_load(journal->j_journal); in ocfs2_journal_load()
1658 status = jbd2_journal_load(journal); in ocfs2_replay_journal()
/kernel/linux/linux-5.10/fs/jbd2/
Djournal.c77 EXPORT_SYMBOL(jbd2_journal_load);
1959 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() function
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c5469 err = jbd2_journal_load(journal); in ext4_load_journal()