Searched refs:jbd2_journal_destroy (Results 1 – 5 of 5) sorted by relevance
455 err = jbd2_journal_destroy(journal); in ext4_journal_destroy()
17 finished make sure you call jbd2_journal_destroy() on it to free up70 jbd2_journal_destroy() to clean up your in-core journal object.
1111 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()
1540 extern int jbd2_journal_destroy (journal_t *);
77 EXPORT_SYMBOL(jbd2_journal_destroy);2118 int jbd2_journal_destroy(journal_t *journal) in jbd2_journal_destroy() function