/openbmc/linux/include/uapi/linux/ |
H A D | nilfs2_api.h | 20 * struct nilfs_cpinfo - checkpoint information 23 * @ci_cno: checkpoint number 25 * @ci_nblk_inc: number of blocks incremented by this checkpoint 28 * @ci_next: next checkpoint number in snapshot list 41 /* checkpoint flags */ 143 * struct nilfs_cpmode - change checkpoint mode structure 144 * @cm_cno: checkpoint number 145 * @cm_mode: mode of checkpoint 171 * struct nilfs_period - period of checkpoint numbers 172 * @p_start: start checkpoint number (inclusive) [all …]
|
H A D | nilfs2_ondisk.h | 82 * @sr_cpfile: checkpoint file inode 162 __le64 s_last_cno; /* Last checkpoint number */ 187 __le16 s_checkpoint_size; /* Size of a checkpoint */ 240 #define NILFS_CPFILE_INO 4 /* checkpoint file */ 339 * @fi_cno: checkpoint number 396 * @ss_cno: checkpoint number 469 * @de_start: start checkpoint number 470 * @de_end: end checkpoint number 484 * @ssl_next: next checkpoint number on snapshot list 485 * @ssl_prev: previous checkpoint number on snapshot list [all …]
|
/openbmc/linux/fs/nilfs2/ |
H A D | cpfile.c | 3 * NILFS checkpoint file. 147 * @start_cno: start checkpoint number (inclusive) 148 * @end_cno: end checkpoint number (inclusive) 149 * @cnop: place to store the next checkpoint number 190 * nilfs_cpfile_get_checkpoint - get a checkpoint 191 * @cpfile: inode of checkpoint file 192 * @cno: checkpoint number 194 * @cpp: pointer to a checkpoint 197 * Description: nilfs_cpfile_get_checkpoint() acquires the checkpoint 198 * specified by @cno. A new checkpoint will be created if @cno is the current [all …]
|
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 79 * @ns_interval: checkpoint creation interval 106 * - loading the latest checkpoint exclusively. 153 /* Checkpoint tree */ 229 * @cno: checkpoint number 255 /* Special checkpoint number */
|
H A D | segment.h | 25 * @ri_ri_cno: Number of the last checkpoint 101 * @sc_cno: checkpoint number of current log 185 * checkpoint 188 * Next checkpoint will have update of files
|
H A D | ioctl.c | 169 * nilfs_ioctl_change_cpmode - change checkpoint mode (checkpoint/snapshot) 176 * given checkpoint between checkpoint and snapshot state. This ioctl 179 * Return Value: On success, 0 is returned and mode of a checkpoint is 185 * %-EFAULT - Failure during checkpoint mode changing. 223 * nilfs_ioctl_delete_checkpoint - remove checkpoint 230 * checkpoint from NILFS2 file system. This ioctl is used in rmcp 233 * Return Value: On success, 0 is returned and a checkpoint is 239 * %-EFAULT - Failure during checkpoint removing. 275 * @posp: pointer on array of checkpoint's numbers 276 * @flags: checkpoint mode (checkpoint or snapshot) [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-delayed-logging-design.rst | 591 size of a checkpoint to be slightly less than a half the log. 593 Apart from this size requirement, a checkpoint transaction looks no different 596 perspective, the checkpoint transaction is also no different - just a lot 600 Because the checkpoint is just another transaction and all the changes to log 603 minimise the time we hold the CIL locked while writing the checkpoint 607 per-checkpoint context that travels through the log write process through to 608 checkpoint completion. 610 Hence a checkpoint has a context that tracks the state of the current 611 checkpoint from initiation to checkpoint completion. A new context is initiated 612 at the same time a checkpoint transaction is started. That is, when we remove [all …]
|
H A D | nilfs2.rst | 61 cp=n Specify the checkpoint-number of the snapshot to be 68 checkpoint if no metadata update is going. This mode 100 NILFS_IOCTL_CHANGE_CPMODE Change mode of given checkpoint between 101 checkpoint and snapshot state. This ioctl is 104 NILFS_IOCTL_DELETE_CHECKPOINT Remove checkpoint from NILFS2 file system. 143 NILFS_IOCTL_SYNC Make a checkpoint. This ioctl is used in 170 mkcp make a checkpoint or a snapshot. 171 chcp change an existing checkpoint to a snapshot or vice versa. 172 rmcp invalidate specified checkpoint(s). 179 where <cno> is the checkpoint number of the snapshot. [all …]
|
/openbmc/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 …]
|
/openbmc/qemu/docs/ |
H A D | block-replication.txt | 18 High availability solutions such as micro checkpoint and COLO will do 20 identical right after a VM checkpoint, but becomes different as the VM 21 executes till the next checkpoint. To support disk contents checkpoint, 23 only dropped at next checkpoint time. To reduce the network transportation 24 effort during a vmstate checkpoint, the disk modification operations of 124 decides when to do a new checkpoint, when to do failover). 131 Start block replication, called in migration/checkpoint thread. 134 must hold the I/O mutex lock if it is in migration/checkpoint 139 The caller must hold the I/O mutex lock if it is in migration/checkpoint 143 The caller must hold the I/O mutex lock if it is in migration/checkpoint [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/ |
H A D | 0001-tests-fix-TESTSUITE_AT.patch | 59 checkpoint/defaults.at\ 60 - checkpoint/interval.at\ 61 - checkpoint/dot.at\ 62 checkpoint/dot-compat.at\ 63 checkpoint/dot-int.at\ 64 + checkpoint/dot.at\ 65 + checkpoint/interval.at\
|
/openbmc/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).
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | 0001-Add-missing-includes-cstdint-and-cstdio.patch | 15 storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h | 1 + 33 …ksdb/rocksdb/include/rocksdb/utilities/checkpoint.h b/storage/rocksdb/rocksdb/include/rocksdb/util… 35 --- a/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h 36 +++ b/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
|
/openbmc/qemu/include/block/ |
H A D | replication.h | 50 * .checkpoint = replication_do_checkpoint, 107 * @checkpoint: callback to do checkpoint 113 void (*checkpoint)(ReplicationState *rs, Error **errp); member 143 * Start replication, called in migration/checkpoint thread
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_checkptrw.c | 167 /* Erase all the blocks in the checkpoint area */ in yaffs2_checkpt_open() 176 /* A checkpoint block list of 1 checkpoint block per 16 block is in yaffs2_checkpt_open() 223 checkpoint */ in yaffs2_checkpt_flush_buffer() 235 "checkpoint wite buffer nand %d(%d:%d) objid %d chId %d", in yaffs2_checkpt_flush_buffer() 386 yaffs_trace(YAFFS_TRACE_CHECKPOINT, "checkpoint byte count %d", in yaffs_checkpt_close() 401 /* Erase the checkpoint data */ in yaffs2_checkpt_invalidate_stream() 404 "checkpoint invalidate of %d blocks", in yaffs2_checkpt_invalidate_stream()
|
H A D | yaffs_yaffs2.c | 397 "Checkpoint read object %d type %d chunk %d does not match existing object type %d", in yaffs2_checkpt_obj_to_obj() 415 "Checkpoint read object %d parent %d type %d chunk %d Parent type, %d, not directory", in yaffs2_checkpt_obj_to_obj() 535 "Checkpoint read tnodes %d records, last %d. ok %d", in yaffs2_rd_checkpt_tnodes() 561 "Checkpoint write object %d parent %d type %d chunk %d obj addr %p", in yaffs2_wr_checkpt_objs() 605 "Checkpoint read object %d parent %d type %d chunk %d ", in yaffs2_rd_checkpt_objs() 680 "skipping checkpoint write"); in yaffs2_wr_checkpt_data() 689 "write checkpoint validity"); in yaffs2_wr_checkpt_data() 694 "write checkpoint device"); in yaffs2_wr_checkpt_data() 699 "write checkpoint objects"); in yaffs2_wr_checkpt_data() 704 "write checkpoint validity"); in yaffs2_wr_checkpt_data() [all …]
|
/openbmc/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() 202 * initialise the first CIL checkpoint context. 413 * tell in future commits whether this is the first checkpoint in xfs_cil_prepare_item() 544 * consumed by the item. Add the space to the checkpoint ticket and calculate 546 * as well. Remove the amount of space we added to the checkpoint ticket from 568 * We can do this safely because the context can't checkpoint until we in xlog_cil_insert_items() 594 * We need to take the CIL checkpoint unit reservation on the first in xlog_cil_insert_items() 775 * contain the start record for the checkpoint. Otherwise this write contains 776 * the commit record for the checkpoint. [all …]
|
H A D | xfs_log_priv.h | 214 * passed to the iclog for checkpoint post-commit processing. After being 216 * next set of transactions to be aggregated into a checkpoint. 260 * This structure tracks the list of committing checkpoint contexts so 262 * flush until we have a the commit record LSN of the checkpoint. We can 265 * checkpoint is still in the process of committing, we can block waiting for 300 * track both space consumed and the number of vectors in the checkpoint 311 * logged in order to prevent checkpoint ticket overruns. 322 * space needed by the checkpoint transaction. This means that we never need to 323 * specifically reserve space for the CIL checkpoint transaction, nor do we 324 * need to regrant space once the checkpoint completes. This also means the [all …]
|
/openbmc/linux/Documentation/bpf/ |
H A D | verifier.rst | 335 --- checkpoint --- 434 --- checkpoint #0 --- 436 --- checkpoint #1 --- 439 --- checkpoint #2 --- 441 --- checkpoint #3 --- 447 Checkpoint +-------------------------------+-------------------------------+ 452 Checkpoint +-------------------------------+ 460 Checkpoint +-------------------------------+-------------------------------+ 466 Checkpoint +-------------------------------+-------------------------------+ 477 all the way up to checkpoint #1. [all …]
|
/openbmc/qemu/replay/ |
H A D | replay.c | 94 static const char *replay_checkpoint_event_name(enum ReplayCheckpoint checkpoint) in replay_checkpoint_event_name() argument 96 switch (checkpoint) { in replay_checkpoint_event_name() 163 /* clock, time_t, checkpoint and other events */ in replay_next_event_is() 272 bool replay_checkpoint(ReplayCheckpoint checkpoint) in replay_checkpoint() argument 274 assert(EVENT_CHECKPOINT + checkpoint <= EVENT_CHECKPOINT_LAST); in replay_checkpoint() 280 if (replay_next_event_is(EVENT_CHECKPOINT + checkpoint)) { in replay_checkpoint() 287 replay_put_event(EVENT_CHECKPOINT + checkpoint); in replay_checkpoint()
|
/openbmc/qemu/include/sysemu/ |
H A D | replay.h | 105 Saves checkpoint in the SAVE mode and validates in the PLAY mode. 106 Returns 0 in PLAY mode if checkpoint was not found. 108 bool replay_checkpoint(ReplayCheckpoint checkpoint); 109 /*! Used to determine that checkpoint or async event is pending.
|
/openbmc/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.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-f2fs | 37 over total volume size, f2fs tries to conduct checkpoint to 106 checkpoint, and issued by issue_discard thread after checkpoint. 196 Description: Controls the checkpoint timing, set to 60 seconds by default. 235 ratio exceeds configured threshold, checkpoint will 352 Description: If checkpoint=disable, it displays the number of blocks that 354 If checkpoint=enable it displays the number of blocks that 355 would be unusable if checkpoint=disable were to be set. 371 Description: Number of checkpoint operations performed on demand. Available when 377 Description: Number of checkpoint operations performed in the background to 463 0x1 SBI_IS_DIRTY dirty flag for checkpoint [all …]
|
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | 3 * fs/f2fs/checkpoint.c 153 /* skip data, if we already have an error in checkpoint. */ in __is_bitmap_valid() 941 /* The second checkpoint pack should start at the next segment */ in f2fs_get_valid_checkpoint() 968 /* Sanity checking of checkpoint */ in f2fs_get_valid_checkpoint() 1204 * Freeze all the FS-operations for checkpoint. 1287 * dirty node blocks and some checkpoint values by block allocation. in block_operations() 1431 /* submit checkpoint (with barrier if NOBARRIER is not set) */ in commit_checkpoint() 1472 /* start to update checkpoint, cp ver is already updated previously */ in do_checkpoint() 1512 /* update ckpt flag for checkpoint */ in do_checkpoint() 1541 /* write out checkpoint buffer at block 0 */ in do_checkpoint() [all …]
|
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | 123 __le32 segment_count_ckpt; /* # of segments for checkpoint */ 129 __le32 cp_blkaddr; /* start block address of checkpoint */ 152 __u8 s_stop_reason[MAX_STOP_REASON]; /* stop checkpoint reason */ 159 * For checkpoint 177 #define F2FS_CP_PACKS 2 /* # of checkpoint packs */ 180 __le64 checkpoint_ver; /* checkpoint block version number */ 210 #define CP_CHKSUM_OFFSET 4092 /* default chksum offset in checkpoint */ 346 __le64 cp_ver; /* checkpoint version */
|