Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/fs/ocfs2/
Djournal.c1010 if (!jbd2_journal_destroy(journal->j_journal) && !status) { in ocfs2_journal_shutdown()
1661 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
1692 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
/Linux-v5.15/include/linux/
Djbd2.h1560 extern int jbd2_journal_destroy (journal_t *);
/Linux-v5.15/fs/jbd2/
Djournal.c78 EXPORT_SYMBOL(jbd2_journal_destroy);
2117 int jbd2_journal_destroy(journal_t *journal) in jbd2_journal_destroy() function
/Linux-v5.15/fs/ext4/
Dsuper.c1186 err = jbd2_journal_destroy(sbi->s_journal); in ext4_put_super()
5053 jbd2_journal_destroy(sbi->s_journal); in ext4_fill_super()
5266 jbd2_journal_destroy(journal); in ext4_get_dev_journal()
5367 jbd2_journal_destroy(journal); in ext4_load_journal()
5382 jbd2_journal_destroy(journal); in ext4_load_journal()