Searched refs:jbd2_journal_stop (Results 1 – 6 of 6) sorted by relevance
98 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()103 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
192 :c:func:`jbd2_journal_start` and its counterpart :c:func:`jbd2_journal_stop`,195 :c:func:`jbd2_journal_stop` the same number of times as223 until the outermost :c:func:`jbd2_journal_stop`. This means you must complete234 essentially we are waiting for :c:func:`jbd2_journal_stop`. So to avoid236 :c:func:`jbd2_journal_stop` as if they were semaphores and include them in
1366 extern int jbd2_journal_stop(handle_t *);
514 jbd2_journal_stop(handle); in jbd2_journal_start_reserved()1624 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop() function
60 EXPORT_SYMBOL(jbd2_journal_stop);
397 ret = jbd2_journal_stop(handle); in ocfs2_commit_trans()