Home
last modified time | relevance | path

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

/fs/ext4/
Dext4_jbd2.c98 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
103 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
/fs/jbd2/
Dtransaction.c549 jbd2_journal_stop(handle); in jbd2_journal_start_reserved()
1718 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop() function
Djournal.c60 EXPORT_SYMBOL(jbd2_journal_stop);
/fs/ocfs2/
Djournal.c384 ret = jbd2_journal_stop(handle); in ocfs2_commit_trans()