Home
last modified time | relevance | path

Searched refs:jbd2_journal_stop (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dext4_jbd2.c122 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
127 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
H A Dsuper.c707 jbd2_journal_stop(handle); in flush_stashed_error_work()
719 jbd2_journal_stop(handle); in flush_stashed_error_work()
722 jbd2_journal_stop(handle); in flush_stashed_error_work()
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4_jbd2.c129 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
134 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
H A Dsuper.c777 jbd2_journal_stop(handle); in update_super_work()
793 jbd2_journal_stop(handle); in update_super_work()
796 jbd2_journal_stop(handle); in update_super_work()
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h1527 extern int jbd2_journal_stop(handle_t *);
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h1533 extern int jbd2_journal_stop(handle_t *);
/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c537 * handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop()
595 jbd2_journal_stop(handle); in jbd2_journal_start_reserved()
1789 * jbd2_journal_stop() - complete a transaction
1799 * jbd2_journal_stop itself will not usually return an error, but it may
1804 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop() function
H A Djournal.c60 EXPORT_SYMBOL(jbd2_journal_stop); variable
2476 * jbd2_journal_stop on an existing handle will return -EIO if we have
2480 * final jbd2_journal_stop, which will receive the -EIO error.
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c549 * handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop()
607 jbd2_journal_stop(handle); in jbd2_journal_start_reserved()
1810 * jbd2_journal_stop() - complete a transaction
1820 * jbd2_journal_stop itself will not usually return an error, but it may
1825 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop() function
H A Djournal.c59 EXPORT_SYMBOL(jbd2_journal_stop); variable
2552 * jbd2_journal_stop on an existing handle will return -EIO if we have
2556 * final jbd2_journal_stop, which will receive the -EIO error.
/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.c384 ret = jbd2_journal_stop(handle); in ocfs2_commit_trans()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.c380 ret = jbd2_journal_stop(handle); in ocfs2_commit_trans()

Completed in 40 milliseconds