Home | History | Annotate | Download | only in ext2fs

Lines Matching full:commit

122  * Commit block header for storing transactional checksums:
183 __u32 s_sequence; /* first commit ID expected in log */
344 * COMMIT: All data on disk, writing commit record
370 /* Where in the log does this transaction's commit start? */
442 /* When will the transaction expire (become due for commit), in
498 /* Wait queue for waiting for commit to complete */
504 /* Wait queue to trigger commit */
554 /* Sequence number of the most recent transaction wanting commit */
565 /* Pointer to the current commit thread for this journal */
569 * compound commit transaction */
573 * commit? */
576 /* The timer used to wakeup the commit thread: */
587 /* Failed journal commit ID */
619 /* Commit management */
644 * we are in the middle of moving it to the commit phase.
756 * Request space in the current transaction, and force transaction commit
787 * (eg. ext3), and that we and should not commit any further
861 #define BJ_SyncData 1 /* Normal data: flush before commit */
862 #define BJ_AsyncData 2 /* writepage data: wait on it before commit */