Lines Matching refs:commit
66 A jbd2_journal_flush() may be called at any time to commit and
107 journal commit callback for this purpose.
109 With journal commit callbacks you can ask the journalling layer to call
114 called after each transaction commit.
140 `journal->j_fc_cleanup_cb`: Cleanup function called after every full commit and
141 fast commit.
143 `journal->j_fc_replay_cb`: Replay function called for replay of fast commit
148 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
151 commit immediately after stopping the fast commit it can do so by calling
152 :c:func:`jbd2_fc_end_commit_fallback()`. This is useful if fast commit operation
154 perform the full traditional commit.
156 JBD2 helper functions to manage fast commit buffers. File system can use
158 and wait on IO completion of fast commit buffers.