Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/filesystems/
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.
/Linux-v5.10/fs/ocfs2/
Djournal.c1012 if (!jbd2_journal_destroy(journal->j_journal) && !status) { in ocfs2_journal_shutdown()
1663 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
1694 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
/Linux-v5.10/include/linux/
Djbd2.h1511 extern int jbd2_journal_destroy (journal_t *);
/Linux-v5.10/fs/jbd2/
Djournal.c78 EXPORT_SYMBOL(jbd2_journal_destroy);
1963 int jbd2_journal_destroy(journal_t *journal) in jbd2_journal_destroy() function
/Linux-v5.10/fs/ext4/
Dsuper.c1195 err = jbd2_journal_destroy(sbi->s_journal); in ext4_put_super()
5156 jbd2_journal_destroy(sbi->s_journal); in ext4_fill_super()
5367 jbd2_journal_destroy(journal); in ext4_get_dev_journal()
5468 jbd2_journal_destroy(journal); in ext4_load_journal()
5483 jbd2_journal_destroy(journal); in ext4_load_journal()