Searched full:checkpoint (Results 1 – 25 of 114) sorted by relevance
12345
20 * struct nilfs_cpinfo - checkpoint information23 * @ci_cno: checkpoint number25 * @ci_nblk_inc: number of blocks incremented by this checkpoint28 * @ci_next: next checkpoint number in snapshot list41 /* checkpoint flags */143 * struct nilfs_cpmode - change checkpoint mode structure144 * @cm_cno: checkpoint number145 * @cm_mode: mode of checkpoint171 * struct nilfs_period - period of checkpoint numbers172 * @p_start: start checkpoint number (inclusive)[all …]
82 * @sr_cpfile: checkpoint file inode162 __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 number396 * @ss_cno: checkpoint number469 * @de_start: start checkpoint number470 * @de_end: end checkpoint number484 * @ssl_next: next checkpoint number on snapshot list485 * @ssl_prev: previous checkpoint number on snapshot list[all …]
35 * - 1.7 - Checkpoint Restore (CRIU) API523 * CRIU IOCTLs (Checkpoint Restore In Userspace)528 * 2. CHECKPOINT op to checkpoint process contents (BOs, queues, events, svm-ranges)566 __u64 devices; /* Used during ops: CHECKPOINT, RESTORE */567 __u64 bos; /* Used during ops: CHECKPOINT, RESTORE */568 __u64 priv_data; /* Used during ops: CHECKPOINT, RESTORE */
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 number190 * nilfs_cpfile_get_checkpoint - get a checkpoint191 * @cpfile: inode of checkpoint file192 * @cno: checkpoint number194 * @cpp: pointer to a checkpoint197 * Description: nilfs_cpfile_get_checkpoint() acquires the checkpoint198 * specified by @cno. A new checkpoint will be created if @cno is the current[all …]
53 * @ns_cno: next checkpoint number60 * @ns_last_cno: checkpoint number of the latest segment66 * @ns_cpfile: checkpoint file inode78 * @ns_interval: checkpoint creation interval105 * - loading the latest checkpoint exclusively.152 /* Checkpoint tree */227 * @cno: checkpoint number253 /* Special checkpoint number */
25 * @ri_ri_cno: Number of the last checkpoint101 * @sc_cno: checkpoint number of current log185 * checkpoint188 * Next checkpoint will have update of files
169 * nilfs_ioctl_change_cpmode - change checkpoint mode (checkpoint/snapshot)176 * given checkpoint between checkpoint and snapshot state. This ioctl179 * Return Value: On success, 0 is returned and mode of a checkpoint is185 * %-EFAULT - Failure during checkpoint mode changing.223 * nilfs_ioctl_delete_checkpoint - remove checkpoint230 * checkpoint from NILFS2 file system. This ioctl is used in rmcp233 * Return Value: On success, 0 is returned and a checkpoint is239 * %-EFAULT - Failure during checkpoint removing.275 * @posp: pointer on array of checkpoint's numbers276 * @flags: checkpoint mode (checkpoint or snapshot)[all …]
323 * the same checkpoint. in nilfs_cleanup_super()525 goto reuse; /* already attached checkpoint */ in nilfs_attach_checkpoint()534 "Invalid checkpoint (checkpoint number=%llu)", in nilfs_attach_checkpoint()961 "The specified checkpoint is not a snapshot (checkpoint number=%llu)", in nilfs_attach_snapshot()970 "error %d while loading snapshot (checkpoint number=%llu)", in nilfs_attach_snapshot()982 * nilfs_tree_is_busy() - try to shrink dentries of a checkpoint1067 "error %d while loading last checkpoint (checkpoint number=%llu)", in nilfs_fill_super()1208 msg = "too large checkpoint number"; in nilfs_parse_snapshot_option()1213 msg = "invalid checkpoint number 0"; in nilfs_parse_snapshot_option()
11 * @cno: checkpoint number
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 different596 perspective, the checkpoint transaction is also no different - just a lot600 Because the checkpoint is just another transaction and all the changes to log603 minimise the time we hold the CIL locked while writing the checkpoint607 per-checkpoint context that travels through the log write process through to608 checkpoint completion.610 Hence a checkpoint has a context that tracks the state of the current611 checkpoint from initiation to checkpoint completion. A new context is initiated612 at the same time a checkpoint transaction is started. That is, when we remove[all …]
61 cp=n Specify the checkpoint-number of the snapshot to be68 checkpoint if no metadata update is going. This mode100 NILFS_IOCTL_CHANGE_CPMODE Change mode of given checkpoint between101 checkpoint and snapshot state. This ioctl is104 NILFS_IOCTL_DELETE_CHECKPOINT Remove checkpoint from NILFS2 file system.143 NILFS_IOCTL_SYNC Make a checkpoint. This ioctl is used in170 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 …]
52 the upper index structures such as inode, inode map, and checkpoint block are168 data_flush Enable data flushing before checkpoint in order to255 checkpoint=%s[:%u[%]] Set to "disable" to turn off checkpointing. Set to "enable"260 While mounting with checkpoint=disabled, the filesystem must267 with checkpoint=disable:100% would always succeed, but it may270 This space is reclaimed once checkpoint=enable.271 checkpoint_merge When checkpoint is enabled, this can be used to create a kernel272 daemon and make it to merge concurrent checkpoint requests as273 much as possible to eliminate redundant checkpoint issues. Plus,274 we can eliminate the sluggish issue caused by slow checkpoint[all …]
3 * linux/fs/jbd2/checkpoint.c9 * 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 list83 * 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 the206 jbd2_debug(1, "Start checkpoint\n"); in jbd2_log_do_checkpoint()[all …]
8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
10 * Output commit property is commonly used by applications using checkpoint11 * based fault-tolerance to ensure that the checkpoint from which a system15 * wherein a VM is checkpointed, say every 50ms. The checkpoint is replicated22 * 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).
212 * passed to the iclog for checkpoint post-commit processing. After being214 * next set of transactions to be aggregated into a checkpoint.253 * This structure tracks the list of committing checkpoint contexts so255 * flush until we have a the commit record LSN of the checkpoint. We can258 * checkpoint is still in the process of committing, we can block waiting for296 * track both space consumed and the number of vectors in the checkpoint307 * logged in order to prevent checkpoint ticket overruns.318 * space needed by the checkpoint transaction. This means that we never need to319 * specifically reserve space for the CIL checkpoint transaction, nor do we320 * need to regrant space once the checkpoint completes. This also means the[all …]
80 * first checkpoint it is written to. Hence if it is different to the in xlog_item_in_current_chkpt()81 * current sequence, we're in a new checkpoint. in xlog_item_in_current_chkpt()197 * initialise the first CIL checkpoint context.408 * tell in future commits whether this is the first checkpoint in xfs_cil_prepare_item()539 * consumed by the item. Add the space to the checkpoint ticket and calculate541 * as well. Remove the amount of space we added to the checkpoint ticket from562 * We can do this safely because the context can't checkpoint until we in xlog_cil_insert_items()583 * We need to take the CIL checkpoint unit reservation on the first in xlog_cil_insert_items()830 * contain the start record for the checkpoint. Otherwise this write contains831 * the commit record for the checkpoint.[all …]
37 over total volume size, f2fs tries to conduct checkpoint to99 checkpoint is triggered, and issued during the checkpoint.188 Description: Controls the checkpoint timing, set to 60 seconds by default.227 ratio exceeds configured threshold, checkpoint will341 Description: If checkpoint=disable, it displays the number of blocks that343 If checkpoint=enable it displays the number of blocks that344 would be unusable if checkpoint=disable were to be set.360 Description: Number of checkpoint operations performed on demand. Available when366 Description: Number of checkpoint operations performed in the background to452 0x1 SBI_IS_DIRTY dirty flag for checkpoint[all …]
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.
29 * written to the checkpoint as is, so changing this structure will30 * break checkpoint compatibility.
20 /* Used to determine what checkpoint state to get and set. */91 /* VMCICptBufInfo: Used to set/get current context's checkpoint state. */
3 * fs/f2fs/checkpoint.c942 /* The second checkpoint pack should start at the next segment */ in f2fs_get_valid_checkpoint()969 /* Sanity checking of checkpoint */ in f2fs_get_valid_checkpoint()1200 * Freeze all the FS-operations for checkpoint.1283 * dirty node blocks and some checkpoint values by block allocation. in block_operations()1426 /* submit checkpoint (with barrier if NOBARRIER is not set) */ in commit_checkpoint()1467 /* start to update checkpoint, cp ver is already updated previously */ in do_checkpoint()1509 /* update ckpt flag for checkpoint */ in do_checkpoint()1538 /* write out checkpoint buffer at block 0 */ in do_checkpoint()1582 /* barrier and flush checkpoint cp pack 2 page if it can */ in do_checkpoint()[all …]
126 __le32 segment_count_ckpt; /* # of segments for checkpoint */132 __le32 cp_blkaddr; /* start block address of checkpoint */155 __u8 s_stop_reason[MAX_STOP_REASON]; /* stop checkpoint reason */162 * For checkpoint180 #define F2FS_CP_PACKS 2 /* # of checkpoint packs */183 __le64 checkpoint_ver; /* checkpoint block version number */213 #define CP_CHKSUM_OFFSET 4092 /* default chksum offset in checkpoint */349 __le64 cp_ver; /* checkpoint version */
170 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */171 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */175 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */176 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */180 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
35 checkpoint section in Messages78 - Send a checkpoint message to the era target