Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst308 size of a checkpoint to be slightly less than a half the log.
310 Apart from this size requirement, a checkpoint transaction looks no different
313 perspective, the checkpoint transaction is also no different - just a lot
317 Because the checkpoint is just another transaction and all the changes to log
320 minimise the time we hold the CIL locked while writing the checkpoint
324 per-checkpoint context that travels through the log write process through to
325 checkpoint completion.
327 Hence a checkpoint has a context that tracks the state of the current
328 checkpoint from initiation to checkpoint completion. A new context is initiated
329 at the same time a checkpoint transaction is started. That is, when we remove
[all …]
H A Dnilfs2.rst61 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 …]
H A Df2fs.rst52 the upper index structures such as inode, inode map, and checkpoint block are
168 data_flush Enable data flushing before checkpoint in order to
239 checkpoint=%s[:%u[%]] Set to "disable" to turn off checkpointing. Set to "enable"
244 While mounting with checkpoint=disabled, the filesystem must
251 with checkpoint=disable:100% would always succeed, but it may
254 This space is reclaimed once checkpoint=enable.
255 checkpoint_merge When checkpoint is enabled, this can be used to create a kernel
256 daemon and make it to merge concurrent checkpoint requests as
257 much as possible to eliminate redundant checkpoint issues. Plus,
258 we can eliminate the sluggish issue caused by slow checkpoint
[all …]
H A Djournalling.rst67 checkpoint all your transactions.
127 jbd2_journal_flush() // checkpoint everything.
H A Dxfs-self-describing-metadata.rst142 checkpoint and hence have some idea of how much modification occurred between
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs37 over total volume size, f2fs tries to conduct checkpoint to
100 checkpoint is triggered, and issued during the checkpoint.
162 Description: Controls the checkpoint timing, set to 60 seconds by default.
201 ratio exceeds configured threshold, checkpoint will
310 Description: If checkpoint=disable, it displays the number of blocks that
312 If checkpoint=enable it displays the number of blocks that
313 would be unusable if checkpoint=disable were to be set.
329 Description: Number of checkpoint operations performed on demand. Available when
335 Description: Number of checkpoint operations performed in the background to
421 0x1 SBI_IS_DIRTY dirty flag for checkpoint
[all …]
H A Dsysfs-fs-nilfs2109 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.
/OK3568_Linux_fs/kernel/fs/jbd2/
H A DMakefile10 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/OK3568_Linux_fs/kernel/fs/f2fs/
H A DMakefile5 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dbsd_comp.c151 unsigned int checkpoint; /* when to next check the ratio */ member
230 db->checkpoint = CHECK_GAP; in bsd_clear()
251 if (db->in_count >= db->checkpoint) in bsd_check()
260 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dera.rst35 checkpoint section in Messages
78 - Send a checkpoint message to the era target
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Dtoolchain-shar-extract.sh253 …tail -n +$payload_offset "$0"| $SUDO_EXEC tar mxJ -C $target_sdk_dir --checkpoint=.2500 $EXTRA_TAR…
/OK3568_Linux_fs/kernel/fs/udf/
H A Decma_167.h575 __le32 checkpoint; member
804 __le32 checkpoint; member
H A Dinode.c1498 iinfo->i_checkpoint = le32_to_cpu(fe->checkpoint); in udf_read_inode()
1513 iinfo->i_checkpoint = le32_to_cpu(efe->checkpoint); in udf_read_inode()
1792 fe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
1829 efe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst43 This feature is actively used by the checkpoint-restore project. You
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlogging.bbclass75 # Print debug messages. These are appropriate for progress checkpoint
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A DKconfig78 only has to locate a checkpoint (called fastmap) on the device.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dkirkwood-l-50.dts14 compatible = "checkpoint,l-50", "marvell,kirkwood-88f6281", "marvell,kirkwood";
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A DKconfig69 only has to locate a checkpoint (called fastmap) on the device.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst14 of tasks. The freezer allows the checkpoint code to obtain a consistent
/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.c182 u16 checkpoint; member
836 if (l->snd_nxt == l->checkpoint) { in tipc_link_timeout()
840 l->checkpoint = l->snd_nxt; in tipc_link_timeout()
/OK3568_Linux_fs/kernel/kernel/power/
H A DKconfig48 system and powers it off; and restores that checkpoint on reboot.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info3283 program's state, called a "checkpoint", and come back to it later.
3285 Returning to a checkpoint effectively undoes everything that has
3286 happened in the program since the 'checkpoint' was saved. This includes
3289 the checkpoint was saved.
3292 close to the point where things go wrong, you can save a checkpoint.
3295 just go back to the checkpoint and start again from there.
3300 To use the 'checkpoint'/'restart' method of debugging:
3302 'checkpoint'
3304 The 'checkpoint' command takes no arguments, but each checkpoint is
3309 session. For each checkpoint, the following information will be
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info3283 program's state, called a "checkpoint", and come back to it later.
3285 Returning to a checkpoint effectively undoes everything that has
3286 happened in the program since the 'checkpoint' was saved. This includes
3289 the checkpoint was saved.
3292 close to the point where things go wrong, you can save a checkpoint.
3295 just go back to the checkpoint and start again from there.
3300 To use the 'checkpoint'/'restart' method of debugging:
3302 'checkpoint'
3304 The 'checkpoint' command takes no arguments, but each checkpoint is
3309 session. For each checkpoint, the following information will be
[all …]
/OK3568_Linux_fs/kernel/init/
H A DKconfig1218 Enables additional kernel features in a sake of checkpoint/restore.

12