Lines Matching full:checkpoint
3 * linux/fs/jbd2/checkpoint.c
9 * Checkpoint routines for the generic filesystem journaling code.
26 * Unlink a buffer from a transaction checkpoint list.
47 * for a checkpoint to free up some space in the log.
63 * were waiting for the checkpoint lock. If there are no in __jbd2_log_wait_for_space()
147 * Perform an actual checkpoint. We take the first transaction on the
162 jbd2_debug(1, "Start checkpoint\n"); in jbd2_log_do_checkpoint()
196 /* checkpoint all of the transaction's buffers */ in jbd2_log_do_checkpoint()
251 BUFFER_TRACE(bh, "remove from checkpoint"); in jbd2_log_do_checkpoint()
253 * If the transaction was released or the checkpoint in jbd2_log_do_checkpoint()
265 * leave it on the checkpoint list and check status in jbd2_log_do_checkpoint()
300 * Check the list of checkpoint transactions for the journal to see if
344 /* Checkpoint list management */
351 * Find all the written-back checkpoint buffers in the given list
403 * Find 'nr_to_scan' written-back checkpoint buffers in the journal
429 * over again. If some others do checkpoint and drop transaction in jbd2_journal_shrink_checkpoint_list()
430 * from the checkpoint list, we ignore saved j_shrink_transaction in jbd2_journal_shrink_checkpoint_list()
483 * Find all the written-back checkpoint buffers in the journal and release them.
524 * Remove buffers from all checkpoint lists as journal is aborted and we just
553 * transaction need to be maintained on the transaction's checkpoint
556 * checkpoint lists.
603 * then even if the checkpoint list is empty, the transaction obviously in __jbd2_journal_remove_checkpoint()
629 * Check the checkpoint buffer and try to remove it from the checkpoint
651 * lock) so the checkpoint is done. We can safely remove the in jbd2_journal_try_remove_checkpoint()
654 JBUFFER_TRACE(jh, "remove from checkpoint list"); in jbd2_journal_try_remove_checkpoint()
659 * journal_insert_checkpoint: put a committed buffer onto a checkpoint
692 * The transaction must have no links except for the checkpoint by this