Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A 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
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1510 extern int jbd2_journal_load (journal_t *journal);
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Djournal.c1065 status = jbd2_journal_load(journal->j_journal); in ocfs2_journal_load()
1658 status = jbd2_journal_load(journal); in ocfs2_replay_journal()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c77 EXPORT_SYMBOL(jbd2_journal_load);
1899 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() function
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c5473 err = jbd2_journal_load(journal); in ext4_load_journal()