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 */
349 * Find all the written-back checkpoint buffers in the given list
401 * Find 'nr_to_scan' written-back checkpoint buffers in the journal
427 * over again. If some others do checkpoint and drop transaction in jbd2_journal_shrink_checkpoint_list()
428 * from the checkpoint list, we ignore saved j_shrink_transaction in jbd2_journal_shrink_checkpoint_list()
481 * Find all the written-back checkpoint buffers in the journal and release them.
526 * Remove buffers from all checkpoint lists as journal is aborted and we just
555 * transaction need to be maintained on the transaction's checkpoint
558 * checkpoint lists.
594 * then even if the checkpoint list is empty, the transaction obviously in __jbd2_journal_remove_checkpoint()
620 * Check the checkpoint buffer and try to remove it from the checkpoint
642 * lock) so the checkpoint is done. We can safely remove the in jbd2_journal_try_remove_checkpoint()
645 JBUFFER_TRACE(jh, "remove from checkpoint list"); in jbd2_journal_try_remove_checkpoint()
650 * journal_insert_checkpoint: put a committed buffer onto a checkpoint
683 * The transaction must have no links except for the checkpoint by this