| /linux/fs/jbd2/ |
| H A D | checkpoint.c | 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() [all …]
|
| H A D | Makefile | 8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
| /linux/net/sched/ |
| H A D | sch_plug.c | 10 * Output commit property is commonly used by applications using checkpoint 11 * based fault-tolerance to ensure that the checkpoint from which a system 15 * wherein a VM is checkpointed, say every 50ms. The checkpoint is replicated 22 * 2.1 Stop VM and take checkpoint(i). 25 * checkpoint(i) to backup host. 76 * issued after committing a checkpoint at the target. 82 * be released (committed checkpoint).
|
| /linux/fs/xfs/ |
| H A D | xfs_log_cil.c | 79 * first checkpoint it is written to. Hence if it is different to the in xlog_item_in_current_chkpt() 80 * current sequence, we're in a new checkpoint. in xlog_item_in_current_chkpt() 196 * initialise the first CIL checkpoint context. 405 * tell in future commits whether this is the first checkpoint in xfs_cil_prepare_item() 627 * consumed by the item. Add the space to the checkpoint ticket and calculate 629 * as well. Remove the amount of space we added to the checkpoint ticket from 651 * We can do this safely because the context can't checkpoint until we in xlog_cil_insert_items() 677 * We need to take the CIL checkpoint unit reservation on the first in xlog_cil_insert_items() 803 * Take the checkpoint's log vector chain of items and insert the attached log 807 * The AIL tracks log items via the start record LSN of the checkpoint, [all …]
|
| /linux/fs/nilfs2/ |
| H A D | the_nilfs.h | 54 * @ns_cno: next checkpoint number 61 * @ns_last_cno: checkpoint number of the latest segment 67 * @ns_cpfile: checkpoint file inode 77 * @ns_interval: checkpoint creation interval 104 * - loading the latest checkpoint exclusively. 151 /* Checkpoint tree */ 219 * @cno: checkpoint number 245 /* Special checkpoint number */
|
| H A D | segment.h | 25 * @ri_cno: Number of the last checkpoint 101 * @sc_cno: checkpoint number of current log 182 * checkpoint 185 * Next checkpoint will have update of files
|
| H A D | export.h | 11 * @cno: checkpoint number
|
| H A D | cpfile.h | 3 * NILFS checkpoint file.
|
| H A D | sysfs.c | 253 nilfs_err(nilfs->ns_sb, "unable to get checkpoint stat: err=%d", in nilfs_checkpoints_checkpoints_number_show() 276 nilfs_err(nilfs->ns_sb, "unable to get checkpoint stat: err=%d", in nilfs_checkpoints_snapshots_number_show() 320 "\tshow checkpoint number of the latest segment.\n\n" 321 "(4) next_checkpoint\n\tshow next checkpoint number.\n\n"; 635 "\tshow checkpoint number of the latest segment.\n\n" 643 "(8) next_checkpoint\n\tshow next checkpoint number.\n\n"
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_doorbell.h | 29 * written to the checkpoint as is, so changing this structure will 30 * break checkpoint compatibility.
|
| H A D | vmci_context.h | 20 /* Used to determine what checkpoint state to get and set. */ 91 /* VMCICptBufInfo: Used to set/get current context's checkpoint state. */
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-nilfs2 | 109 Show checkpoint number of the latest segment. 141 Show next checkpoint number. 230 Show checkpoint number of the latest segment. 236 Show next checkpoint number.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | era.rst | 35 checkpoint section in Messages 78 - Send a checkpoint message to the era target
|
| /linux/fs/f2fs/ |
| H A D | Makefile | 5 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | pyperf180.c | 15 * repo checkpoint does not have __BPF_CPU_VERSION__, a smaller unroll_count
|
| H A D | test_global_func15.c | 41 "goto +0;" /* checkpoint */ in __flag()
|
| H A D | timer_failure.c | 32 "goto +0;" /* checkpoint */ in timer_cb_ret_bad()
|
| /linux/tools/arch/s390/include/asm/ |
| H A D | barrier.h | 20 /* Fast-BCR without checkpoint synchronization */
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | soft-dirty.rst | 41 This feature is actively used by the checkpoint-restore project. You
|
| /linux/Documentation/filesystems/ |
| H A D | journalling.rst | 67 checkpoint all your transactions. 125 jbd2_journal_flush() // checkpoint everything.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 740 Journal Checkpoint 745 in the checkpoint. Checkpointing is used internally during critical updates to 749 A journal checkpoint can be triggered from userspace via the ioctl 758 discarded or zero-filled, respectively, after the journal checkpoint is
|
| /linux/include/linux/ |
| H A D | jbd2.h | 528 * Some stats for checkpoint phase 625 * buffers which we can un-checkpoint once this transaction commits) 700 * awaiting checkpoint. [j_list_lock] 885 * List of buffer heads used by the checkpoint routine. This 903 * Number of journal buffers on the checkpoint list. [j_list_lock] 910 * Record next transaction will shrink on the checkpoint list. 1452 /* Checkpoint list management */
|
| /linux/drivers/char/xillybus/ |
| H A D | xillyusb.c | 1172 * The checkpoint is given in terms of data elements, not bytes. As in flush_downstream() 1454 u32 checkpoint; in xillyusb_read() local 1489 checkpoint = complete_checkpoint; in xillyusb_read() 1492 checkpoint = fifo_checkpoint; in xillyusb_read() 1496 leap = (checkpoint - chan->in_current_checkpoint) << sh; in xillyusb_read() 1501 * checkpoint by at least an 8th of the FIFO's size, or if in xillyusb_read() 1513 chan->in_current_checkpoint = checkpoint; in xillyusb_read() 1516 checkpoint); in xillyusb_read() 1749 * This is despite that the FPGA forgets about the checkpoint in xillyusb_release()
|
| /linux/kernel/ |
| H A D | async.c | 303 * @cookie: async_cookie_t to use as checkpoint 326 * @cookie: async_cookie_t to use as checkpoint
|
| /linux/tools/perf/pmu-events/arch/riscv/starfive/dubhe-80/ |
| H A D | common.json | 95 "BriefDescription": "REN checkpoint is not ready"
|