Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4_jbd2.h451 err = jbd2_journal_destroy(journal); in ext4_journal_destroy()
/linux/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/include/linux/
H A Djbd2.h1568 extern int jbd2_journal_destroy (journal_t *);
/linux/fs/jbd2/
H A Djournal.c77 EXPORT_SYMBOL(jbd2_journal_destroy);
2106 int jbd2_journal_destroy(journal_t *journal) in jbd2_journal_destroy() function