• 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()
191 * Perform an actual checkpoint. We take the first transaction on the
206 jbd_debug(1, "Start checkpoint\n"); in jbd2_log_do_checkpoint()
240 /* checkpoint all of the transaction's buffers */ in jbd2_log_do_checkpoint()
289 BUFFER_TRACE(bh, "remove from checkpoint"); in jbd2_log_do_checkpoint()
365 * Check the list of checkpoint transactions for the journal to see if
409 /* Checkpoint list management */
414 * Find all the written-back checkpoint buffers in the given list and
454 * Find 'nr_to_scan' written-back checkpoint buffers in the given list
499 * Find 'nr_to_scan' written-back checkpoint buffers in the journal
524 * over again. If some others do checkpoint and drop transaction in jbd2_journal_shrink_checkpoint_list()
525 * from the checkpoint list, we ignore saved j_shrink_transaction in jbd2_journal_shrink_checkpoint_list()
585 * Find all the written-back checkpoint buffers in the journal and release them.
635 * Remove buffers from all checkpoint lists as journal is aborted and we just
664 * transaction need to be maintained on the transaction's checkpoint
667 * checkpoint lists.
714 * then even if the checkpoint list is empty, the transaction obviously in __jbd2_journal_remove_checkpoint()
740 * journal_insert_checkpoint: put a committed buffer onto a checkpoint
773 * The transaction must have no links except for the checkpoint by this