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

/linux-4.4.14/fs/ext4/
H A Dext4_jbd2.c93 rc = jbd2_journal_stop(handle); __ext4_journal_stop()
98 rc = jbd2_journal_stop(handle); __ext4_journal_stop()
H A Dinode.c880 * So what we do is to rely on the fact that jbd2_journal_stop/journal_start
/linux-4.4.14/fs/jbd2/
H A Dtransaction.c418 * handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop()
511 jbd2_journal_stop(handle); jbd2_journal_start_reserved()
1602 * int jbd2_journal_stop() - complete a transaction
1612 * jbd2_journal_stop itself will not usually return an error, but it may
1617 int jbd2_journal_stop(handle_t *handle) jbd2_journal_stop() function
H A Djournal.c62 EXPORT_SYMBOL(jbd2_journal_stop); variable
2116 * jbd2_journal_stop on an existing handle will return -EIO if we have
2120 * final jbd2_journal_stop, which will receive the -EIO error.
/linux-4.4.14/include/linux/
H A Djbd2.h1243 extern int jbd2_journal_stop(handle_t *);
/linux-4.4.14/fs/ocfs2/
H A Djournal.c397 ret = jbd2_journal_stop(handle); ocfs2_commit_trans()

Completed in 222 milliseconds