Lines Matching full:commit
46 * The default maximum commit age, in seconds.
150 * Commit block header for storing transactional checksums:
239 __be32 s_sequence; /* first commit ID expected in log */
267 __be32 s_num_fc_blks; /* Number of fast commit blocks */
383 * Commit of the inode data in progress. We use this flag to protect us from
388 /* Write allocated dirty buffers in this inode before commit */
390 /* Wait for outstanding data writes for this inode before commit */
395 * ordered mode present in a transaction so that we can sync them during commit.
525 * COMMIT: All data on disk, writing commit record
580 * Where in the log does this transaction's commit start? [no locking]
628 * need special handling on transaction commit; also used by ocfs2.
644 * When commit was requested [j_state_lock]
685 * When will the transaction expire (become due for commit), in jiffies?
838 * @j_wait_done_commit: Wait queue for waiting for commit to complete.
843 * @j_wait_commit: Wait queue to trigger commit.
949 * The block number of the first fast commit block in the journal
957 * Number of fast commit blocks currently allocated. Accessed only
958 * during fast commit. Currently only process can do fast commit, so
966 * The block number one beyond the last fast commit block in the journal
1051 * Sequence number of the most recent transaction wanting commit
1067 * @j_task: Pointer to the current commit thread for this journal.
1075 * commit transaction.
1089 * What is the maximum transaction lifetime before we begin a commit?
1094 * @j_commit_timer: The timer used to wakeup the commit thread.
1122 * @j_fc_wbuf: Array of fast commit bhs for fast commit. Accessed only
1123 * during a fast commit. Currently only process can do fast commit, so
1153 * The average amount of time in nanoseconds it takes to commit a
1198 * but before we write out the commit block.
1223 * @j_failed_commit: Failed journal commit ID.
1253 * Lockdep entity to track transaction commit dependencies. Handles
1254 * hold this "lock" for read, when we wait for commit, we acquire the
1257 * dropped to commit that transaction and also acquiring a handle may
1258 * require transaction commit to finish.
1266 * Clean-up after fast commit or full commit. JBD2 calls this function
1267 * after every commit operation.
1275 * commit. JBD2 calls this function for each fast commit block found in
1278 * commit replay should continue. Return value of JBD2_FC_REPLAY_STOP
1392 #define JBD2_FAST_COMMIT_ONGOING 0x100 /* Fast commit is ongoing */
1393 #define JBD2_FULL_COMMIT_ONGOING 0x200 /* Full commit is ongoing */
1434 /* Commit management */
1455 * buffer that is the frozen data for commit.
1491 * middle of moving it to the commit phase. j_state_lock does this.
1640 * Request space in the current transaction, and force transaction commit
1656 /* Fast commit related APIs */
1677 * (eg. ext3), and that we and should not commit any further