Lines Matching full:checkpoint
57 * initialise the first CIL checkpoint context.
265 * tell in future commits whether this is the first checkpoint in xfs_cil_prepare_item()
383 * consumed by the item. Add the space to the checkpoint ticket and calculate
385 * as well. Remove the amount of space we added to the checkpoint ticket from
404 * We can do this safely because the context can't checkpoint until we in xlog_cil_insert_items()
422 * for the checkpoint. The context ticket is special - the unit in xlog_cil_insert_items()
744 * For example, if we get an EFI in one checkpoint and the EFD in the in xlog_cil_push()
745 * next (e.g. due to log forces), we do not want the checkpoint with in xlog_cil_push()
746 * the EFD to be committed before the checkpoint with the EFI. Hence in xlog_cil_push()
748 * that: a) the checkpoint callbacks are attached to the iclogs in the in xlog_cil_push()
768 * Build a checkpoint transaction header and write it to the log to in xlog_cil_push()
795 * now that we've written the checkpoint into the log, strictly in xlog_cil_push()
841 * now the checkpoint commit is complete and we've attached the in xlog_cil_push()
877 * the log. The limit really is that a checkpoint can't be more than half the
878 * log (the current checkpoint is not allowed to overwrite the previous
879 * checkpoint), but commit latency and memory usage limit this to a smaller
966 * transaction to the checkpoint context so we carry the busy extents through
967 * to checkpoint completion, and then unlock all the items in the transaction.
1010 * to disk. If we don't, then the CIL checkpoint can race with us and in xfs_log_commit_cil()
1011 * we can run checkpoint completion before we've updated and unlocked in xfs_log_commit_cil()
1140 * first checkpoint it is written to. Hence if it is different to the in xfs_log_item_in_current_chkpt()
1141 * current sequence, we're in a new checkpoint. in xfs_log_item_in_current_chkpt()