Home
last modified time | relevance | path

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

/linux-6.6.21/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
/linux-6.6.21/include/linux/
Djbd2.h1553 extern int jbd2_journal_load (journal_t *journal);
/linux-6.6.21/fs/ocfs2/
Djournal.c1103 status = jbd2_journal_load(journal->j_journal); in ocfs2_journal_load()
1693 status = jbd2_journal_load(journal); in ocfs2_replay_journal()
/linux-6.6.21/fs/jbd2/
Djournal.c76 EXPORT_SYMBOL(jbd2_journal_load);
2063 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() function
/linux-6.6.21/fs/ext4/
Dsuper.c6046 err = jbd2_journal_load(journal); in ext4_load_journal()