Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/fs/ocfs2/
Djournal.c1038 if (!jbd2_journal_destroy(journal->j_journal) && !status) { in ocfs2_journal_shutdown()
1686 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
1716 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
/linux-6.1.9/include/linux/
Djbd2.h1553 extern int jbd2_journal_destroy (journal_t *);
/linux-6.1.9/fs/ext4/
Dsuper.c1220 err = jbd2_journal_destroy(sbi->s_journal); in ext4_put_super()
4883 jbd2_journal_destroy(sbi->s_journal); in ext4_load_and_init_journal()
5593 jbd2_journal_destroy(sbi->s_journal); in __ext4_fill_super()
5848 jbd2_journal_destroy(journal); in ext4_get_dev_journal()
5949 jbd2_journal_destroy(journal); in ext4_load_journal()
5964 jbd2_journal_destroy(journal); in ext4_load_journal()
/linux-6.1.9/fs/jbd2/
Djournal.c77 EXPORT_SYMBOL(jbd2_journal_destroy);
2123 int jbd2_journal_destroy(journal_t *journal) in jbd2_journal_destroy() function