Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dext4_jbd2.c98 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
103 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
/Linux-v4.19/Documentation/filesystems/
Dindex.rst192 :c:func:`jbd2_journal_start` and its counterpart :c:func:`jbd2_journal_stop`,
195 :c:func:`jbd2_journal_stop` the same number of times as
223 until the outermost :c:func:`jbd2_journal_stop`. This means you must complete
234 essentially we are waiting for :c:func:`jbd2_journal_stop`. So to avoid
236 :c:func:`jbd2_journal_stop` as if they were semaphores and include them in
/Linux-v4.19/include/linux/
Djbd2.h1366 extern int jbd2_journal_stop(handle_t *);
/Linux-v4.19/fs/jbd2/
Dtransaction.c514 jbd2_journal_stop(handle); in jbd2_journal_start_reserved()
1624 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop() function
Djournal.c60 EXPORT_SYMBOL(jbd2_journal_stop);
/Linux-v4.19/fs/ocfs2/
Djournal.c397 ret = jbd2_journal_stop(handle); in ocfs2_commit_trans()