Home
last modified time | relevance | path

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

12

/linux-6.15/Documentation/filesystems/
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.rst56 the upper index structures such as inode, inode map, and checkpoint block are
172 data_flush Enable data flushing before checkpoint in order to
266 While mounting with checkpoint=disable, the filesystem must
273 with checkpoint=disable:100% would always succeed, but it may
276 This space is reclaimed once checkpoint=enable.
278 daemon and make it to merge concurrent checkpoint requests as
279 much as possible to eliminate redundant checkpoint issues. Plus,
280 we can eliminate the sluggish issue caused by slow checkpoint
281 operation when the checkpoint is done in a process context in
287 nocheckpoint_merge Disable checkpoint merge feature.
[all …]
H A Djournalling.rst67 checkpoint all your transactions.
125 jbd2_journal_flush() // checkpoint everything.
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-delayed-logging-design.rst608 checkpoint completion.
611 checkpoint from initiation to checkpoint completion. A new context is initiated
680 commit the checkpoint.
682 Once the checkpoint is written into the log buffers, the checkpoint context is
687 checkpoint context.
720 As discussed in the checkpoint section, delayed logging uses per-checkpoint
722 checkpoint. Because the switching of checkpoint contexts must be done
733 the log forces to a specific checkpoint.
739 the checkpoint context records the LSN of the commit record for the checkpoint,
838 checkpoint flush code.
[all …]
H A Dxfs-self-describing-metadata.rst143 checkpoint and hence have some idea of how much modification occurred between
/linux-6.15/fs/jbd2/
H A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/linux-6.15/Documentation/bpf/
H A Dverifier.rst335 --- checkpoint ---
434 --- checkpoint #0 ---
436 --- checkpoint #1 ---
439 --- checkpoint #2 ---
441 --- checkpoint #3 ---
477 all the way up to checkpoint #1.
523 --- checkpoint #0 ---
530 from (3) to checkpoint #0.
551 --- checkpoint[0] ---
561 * ``checkpoint[0].r0`` is marked as written;
[all …]
/linux-6.15/fs/f2fs/
H A DMakefile5 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
/linux-6.15/Documentation/ABI/testing/
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.
H A Dsysfs-fs-f2fs37 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.
463 0x1 SBI_IS_DIRTY dirty flag for checkpoint
468 0x20 SBI_NEED_CP need to checkpoint
483 Description: Show status of f2fs checkpoint in real time.
[all …]
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dera.rst35 checkpoint section in Messages
78 - Send a checkpoint message to the era target
/linux-6.15/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()
/linux-6.15/drivers/char/xillybus/
H A Dxillyusb.c1454 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()
1513 chan->in_current_checkpoint = checkpoint; in xillyusb_read()
1516 checkpoint); in xillyusb_read()
/linux-6.15/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst41 This feature is actively used by the checkpoint-restore project. You
/linux-6.15/fs/udf/
H A Decma_167.h575 __le32 checkpoint; member
804 __le32 checkpoint; member
H A Dinode.c1539 iinfo->i_checkpoint = le32_to_cpu(fe->checkpoint); in udf_read_inode()
1557 iinfo->i_checkpoint = le32_to_cpu(efe->checkpoint); in udf_read_inode()
1837 fe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
1876 efe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
/linux-6.15/arch/arm/boot/dts/marvell/
H A Dkirkwood-l-50.dts14 compatible = "checkpoint,l-50", "marvell,kirkwood-88f6281", "marvell,kirkwood";
/linux-6.15/security/apparmor/
H A DKconfig95 checkpoint and restore support, and debugging of loaded policy.
/linux-6.15/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst78 requests. This is useful for checkpoint/restart software.
/linux-6.15/drivers/mtd/ubi/
H A DKconfig69 only has to locate a checkpoint (called fastmap) on the device.
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst14 of tasks. The freezer allows the checkpoint code to obtain a consistent
/linux-6.15/Documentation/arch/powerpc/
H A Ddexcr.rst191 checkpoint/restore support: a process should normally have no need to know its
/linux-6.15/Documentation/filesystems/ext4/
H A Djournal.rst745 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-6.15/net/tipc/
H A Dlink.c195 u16 checkpoint; member
849 if (l->snd_nxt == l->checkpoint) { in tipc_link_timeout()
853 l->checkpoint = l->snd_nxt; in tipc_link_timeout()
/linux-6.15/kernel/power/
H A DKconfig48 system and powers it off; and restores that checkpoint on reboot.

12