• Home
  • Raw
  • Download

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.
44 * Unlink a buffer from a transaction checkpoint(io) list.
61 * Move a buffer from the checkpoint list to the checkpoint io list
83 * Check a checkpoint buffer could be release or not.
98 * for a checkpoint to free up some space in the log.
114 * were waiting for the checkpoint lock. If there are no in __jbd2_log_wait_for_space()
194 * Perform an actual checkpoint. We take the first transaction on the
209 jbd_debug(1, "Start checkpoint\n"); in jbd2_log_do_checkpoint()
243 /* checkpoint all of the transaction's buffers */ in jbd2_log_do_checkpoint()
292 BUFFER_TRACE(bh, "remove from checkpoint"); in jbd2_log_do_checkpoint()
368 * Check the list of checkpoint transactions for the journal to see if
412 /* Checkpoint list management */
417 * Find all the written-back checkpoint buffers in the given list and
457 * Find 'nr_to_scan' written-back checkpoint buffers in the given list
502 * Find 'nr_to_scan' written-back checkpoint buffers in the journal
527 * over again. If some others do checkpoint and drop transaction in jbd2_journal_shrink_checkpoint_list()
528 * from the checkpoint list, we ignore saved j_shrink_transaction in jbd2_journal_shrink_checkpoint_list()
588 * Find all the written-back checkpoint buffers in the journal and release them.
638 * Remove buffers from all checkpoint lists as journal is aborted and we just
667 * transaction need to be maintained on the transaction's checkpoint
670 * checkpoint lists.
717 * then even if the checkpoint list is empty, the transaction obviously in __jbd2_journal_remove_checkpoint()
743 * journal_insert_checkpoint: put a committed buffer onto a checkpoint
776 * The transaction must have no links except for the checkpoint by this