Home
last modified time | relevance | path

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

12

/linux/Documentation/filesystems/
A Dxfs-delayed-logging-design.rst325 checkpoint completion.
328 checkpoint from initiation to checkpoint completion. A new context is initiated
397 commit the checkpoint.
399 Once the checkpoint is written into the log buffers, the checkpoint context is
404 checkpoint context.
437 As discussed in the checkpoint section, delayed logging uses per-checkpoint
439 checkpoint. Because the switching of checkpoint contexts must be done
450 the log forces to a specific checkpoint.
456 the checkpoint context records the LSN of the commit record for the checkpoint,
555 checkpoint flush code.
[all …]
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 …]
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
265 While mounting with checkpoint=disabled, the filesystem must
272 with checkpoint=disable:100% would always succeed, but it may
275 This space is reclaimed once checkpoint=enable.
277 daemon and make it to merge concurrent checkpoint requests as
278 much as possible to eliminate redundant checkpoint issues. Plus,
279 we can eliminate the sluggish issue caused by slow checkpoint
280 operation when the checkpoint is done in a process context in
286 nocheckpoint_merge Disable checkpoint merge feature.
[all …]
A Djournalling.rst67 checkpoint all your transactions.
127 jbd2_journal_flush() // checkpoint everything.
A Dxfs-self-describing-metadata.rst142 checkpoint and hence have some idea of how much modification occurred between
/linux/Documentation/ABI/testing/
A Dsysfs-fs-f2fs37 over total volume size, f2fs tries to conduct checkpoint to
98 checkpoint is triggered, and issued during the checkpoint.
155 Description: Controls the checkpoint timing, set to 60 seconds by default.
194 ratio exceeds configured threshold, checkpoint will
303 Description: If checkpoint=disable, it displays the number of blocks that
305 If checkpoint=enable it displays the number of blocks that
306 would be unusable if checkpoint=disable were to be set.
328 Description: Number of checkpoint operations performed in the background to
414 0x1 SBI_IS_DIRTY dirty flag for checkpoint
419 0x20 SBI_NEED_CP need to checkpoint
[all …]
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.
/linux/fs/jbd2/
A Dbuilt-in.a6 checkpoint.o/
A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
A D.built-in.a.cmd1 …in.a fs/jbd2/transaction.o fs/jbd2/commit.o fs/jbd2/recovery.o fs/jbd2/checkpoint.o fs/jbd2/revoke…
A D.checkpoint.o.cmd1checkpoint.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/b…
3 source_fs/jbd2/checkpoint.o := fs/jbd2/checkpoint.c
5 deps_fs/jbd2/checkpoint.o := \
1163 fs/jbd2/checkpoint.o: $(deps_fs/jbd2/checkpoint.o)
1165 $(deps_fs/jbd2/checkpoint.o):
/linux/fs/f2fs/
A DMakefile5 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
/linux/Documentation/admin-guide/device-mapper/
A Dera.rst35 checkpoint section in Messages
78 - Send a checkpoint message to the era target
/linux/drivers/net/ppp/
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/drivers/char/xillybus/
A Dxillyusb.c1442 u32 checkpoint; in xillyusb_read() local
1477 checkpoint = complete_checkpoint; in xillyusb_read()
1480 checkpoint = fifo_checkpoint; in xillyusb_read()
1484 leap = (checkpoint - chan->in_current_checkpoint) << sh; in xillyusb_read()
1501 chan->in_current_checkpoint = checkpoint; in xillyusb_read()
1504 checkpoint); in xillyusb_read()
/linux/Documentation/admin-guide/mm/
A Dsoft-dirty.rst43 This feature is actively used by the checkpoint-restore project. You
/linux/fs/udf/
A Decma_167.h575 __le32 checkpoint; member
804 __le32 checkpoint; member
A Dinode.c1499 iinfo->i_checkpoint = le32_to_cpu(fe->checkpoint); in udf_read_inode()
1514 iinfo->i_checkpoint = le32_to_cpu(efe->checkpoint); in udf_read_inode()
1793 fe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
1830 efe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
/linux/arch/arm/boot/dts/
A Dkirkwood-l-50.dts14 compatible = "checkpoint,l-50", "marvell,kirkwood-88f6281", "marvell,kirkwood";
/linux/drivers/mtd/ubi/
A DKconfig69 only has to locate a checkpoint (called fastmap) on the device.
/linux/Documentation/admin-guide/cgroup-v1/
A Dfreezer-subsystem.rst14 of tasks. The freezer allows the checkpoint code to obtain a consistent
/linux/Documentation/filesystems/ext4/
A Djournal.rst740 in the checkpoint. Checkpointing is used internally during critical updates to
744 A journal checkpoint can be triggered from userspace via the ioctl
753 discarded or zero-filled, respectively, after the journal checkpoint is
/linux/fs/
A Dbuilt-in.a180 jbd2/checkpoint.o/
/linux/net/tipc/
A Dlink.c210 u16 checkpoint; member
871 if (l->snd_nxt == l->checkpoint) { in tipc_link_timeout()
875 l->checkpoint = l->snd_nxt; in tipc_link_timeout()
/linux/kernel/power/
A DKconfig48 system and powers it off; and restores that checkpoint on reboot.

Completed in 57 milliseconds

12