Lines Matching full:commit
49 * The default maximum commit age, in seconds.
195 __be32 s_sequence; /* first commit ID expected in log */
410 * COMMIT: All data on disk, writing commit record
462 * Where in the log does this transaction's commit start? [no locking]
477 * commit [j_list_lock]
555 * When will the transaction expire (become due for commit), in jiffies?
586 * @j_wait_done_commit: Wait queue for waiting for commit to complete
588 * @j_wait_commit: Wait queue to trigger commit
612 * commit
614 * @j_task: Pointer to the current commit thread for this journal
616 * single compound commit transaction
618 * a commit?
619 * @j_commit_timer: The timer used to wakeup the commit thread
689 /* Wait queue for waiting for commit to complete */
695 /* Wait queue to trigger commit */
773 * Sequence number of the most recent transaction wanting commit
786 /* Pointer to the current commit thread for this journal */
791 * commit transaction
796 * What is the maximum transaction lifetime before we begin a commit?
800 /* The timer used to wakeup the commit thread: */
856 /* Commit management */
879 * middle of moving it to the commit phase. j_state_lock does this.
986 * Request space in the current transaction, and force transaction commit
1017 * (eg. ext3), and that we and should not commit any further
1076 #define BJ_SyncData 1 /* Normal data: flush before commit */
1083 #define BJ_Locked 8 /* Locked for I/O during commit */