Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A 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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c595 jbd2_journal_stop(handle); in jbd2_journal_start_reserved()
1796 int jbd2_journal_stop(handle_t *handle) in jbd2_journal_stop() function
H A Djournal.c60 EXPORT_SYMBOL(jbd2_journal_stop);
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1492 extern int jbd2_journal_stop(handle_t *);
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Djournal.c384 ret = jbd2_journal_stop(handle); in ocfs2_commit_trans()