Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/filesystems/
Dindex.rst165 finished make sure you call :c:func:`jbd2_journal_destroy` on it to free up
218 :c:func:`jbd2_journal_destroy` to clean up your in-core journal object.
/Linux-v4.19/fs/ocfs2/
Djournal.c1031 jbd2_journal_destroy(journal->j_journal); in ocfs2_journal_shutdown()
1649 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
1680 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
/Linux-v4.19/include/linux/
Djbd2.h1385 extern int jbd2_journal_destroy (journal_t *);
/Linux-v4.19/fs/jbd2/
Djournal.c81 EXPORT_SYMBOL(jbd2_journal_destroy);
1719 int jbd2_journal_destroy(journal_t *journal) in jbd2_journal_destroy() function
/Linux-v4.19/fs/ext4/
Dsuper.c937 err = jbd2_journal_destroy(sbi->s_journal); in ext4_put_super()
4514 jbd2_journal_destroy(sbi->s_journal); in ext4_fill_super()
4715 jbd2_journal_destroy(journal); in ext4_get_dev_journal()
4796 jbd2_journal_destroy(journal); in ext4_load_journal()