Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dext4_jbd2.h455 err = jbd2_journal_destroy(journal); in ext4_journal_destroy()
/linux-6.15/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.
/linux-6.15/fs/ocfs2/
H A Djournal.c1111 if (!jbd2_journal_destroy(journal->j_journal) && !status) { in ocfs2_journal_shutdown()
1773 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
1803 jbd2_journal_destroy(journal); in ocfs2_replay_journal()
/linux-6.15/include/linux/
H A Djbd2.h1540 extern int jbd2_journal_destroy (journal_t *);
/linux-6.15/fs/jbd2/
H A Djournal.c77 EXPORT_SYMBOL(jbd2_journal_destroy);
2118 int jbd2_journal_destroy(journal_t *journal) in jbd2_journal_destroy() function