Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dext4_jbd2.c93 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
98 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
/linux-4.4.14/fs/jbd2/
Dtransaction.c511 jbd2_journal_stop(handle); in jbd2_journal_start_reserved()
1617 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop() function
Djournal.c62 EXPORT_SYMBOL(jbd2_journal_stop);
/linux-4.4.14/include/linux/
Djbd2.h1243 extern int jbd2_journal_stop(handle_t *);
/linux-4.4.14/fs/ocfs2/
Djournal.c397 ret = jbd2_journal_stop(handle); in ocfs2_commit_trans()