Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/filesystems/
Dindex.rst171 When loading the journal you must call :c:func:`jbd2_journal_load` to process
175 calling :c:func:`jbd2_journal_load`.
179 transactions in the journal and similarly :c:func:`jbd2_journal_load` will
/Linux-v4.19/include/linux/
Djbd2.h1384 extern int jbd2_journal_load (journal_t *journal);
/Linux-v4.19/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-v4.19/fs/jbd2/
Djournal.c80 EXPORT_SYMBOL(jbd2_journal_load);
1653 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() function
/Linux-v4.19/fs/ext4/
Dsuper.c4787 err = jbd2_journal_load(journal); in ext4_load_journal()