Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/filesystems/
Djournalling.rst44 jbd2_journal_start() and its counterpart jbd2_journal_stop(),
47 jbd2_journal_stop() the same number of times as
75 until the outermost jbd2_journal_stop(). This means you must complete
86 essentially we are waiting for jbd2_journal_stop(). So to avoid
88 jbd2_journal_stop() as if they were semaphores and include them in
/linux-6.1.9/fs/ext4/
Dext4_jbd2.c122 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
127 rc = jbd2_journal_stop(handle); in __ext4_journal_stop()
Dsuper.c723 jbd2_journal_stop(handle); in flush_stashed_error_work()
735 jbd2_journal_stop(handle); in flush_stashed_error_work()
738 jbd2_journal_stop(handle); in flush_stashed_error_work()
/linux-6.1.9/fs/jbd2/
Dtransaction.c607 jbd2_journal_stop(handle); in jbd2_journal_start_reserved()
1822 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop() function
Djournal.c59 EXPORT_SYMBOL(jbd2_journal_stop);
/linux-6.1.9/include/linux/
Djbd2.h1532 extern int jbd2_journal_stop(handle_t *);
/linux-6.1.9/fs/ocfs2/
Djournal.c382 ret = jbd2_journal_stop(handle); in ocfs2_commit_trans()