Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/
H A Djournalling.rst17 finished make sure you call jbd2_journal_destroy() on it to free up
70 jbd2_journal_destroy() to clean up your in-core journal object.
/openbmc/linux/fs/ocfs2/
H A Djournal.c1089 if (!jbd2_journal_destroy(journal->j_journal) && !status) { in ocfs2_journal_shutdown()
1737 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
1767 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
/openbmc/linux/include/linux/
H A Djbd2.h1561 extern int jbd2_journal_destroy (journal_t *);
/openbmc/linux/fs/ext4/
H A Dsuper.c1324 err = jbd2_journal_destroy(sbi->s_journal); in ext4_put_super()
4990 jbd2_journal_destroy(sbi->s_journal); in ext4_load_and_init_journal()
5662 jbd2_journal_destroy(sbi->s_journal); in __ext4_fill_super()
5971 jbd2_journal_destroy(journal); in ext4_open_dev_journal()
6089 jbd2_journal_destroy(journal); in ext4_load_journal()
6107 jbd2_journal_destroy(journal); in ext4_load_journal()
/openbmc/linux/fs/jbd2/
H A Djournal.c77 EXPORT_SYMBOL(jbd2_journal_destroy);
2157 int jbd2_journal_destroy(journal_t *journal) in jbd2_journal_destroy() function