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

/linux-4.4.14/fs/ocfs2/
H A Djournal.c986 /* need to inc inode use count - jbd2_journal_destroy will iput. */ ocfs2_journal_shutdown()
1030 jbd2_journal_destroy(journal->j_journal); ocfs2_journal_shutdown()
1649 jbd2_journal_destroy(journal); ocfs2_replay_journal()
1680 jbd2_journal_destroy(journal); ocfs2_replay_journal()
/linux-4.4.14/fs/jbd2/
H A Djournal.c83 EXPORT_SYMBOL(jbd2_journal_destroy); variable
1673 * void jbd2_journal_destroy() - Release a journal_t structure.
1680 int jbd2_journal_destroy(journal_t *journal) jbd2_journal_destroy() function
/linux-4.4.14/fs/ext4/
H A Dsuper.c805 err = jbd2_journal_destroy(sbi->s_journal); ext4_put_super()
3994 jbd2_journal_destroy(sbi->s_journal); ext4_fill_super()
4182 jbd2_journal_destroy(journal); ext4_get_dev_journal()
4262 jbd2_journal_destroy(journal); ext4_load_journal()
/linux-4.4.14/include/linux/
H A Djbd2.h1262 extern int jbd2_journal_destroy (journal_t *);

Completed in 191 milliseconds