Searched refs:checkpoint (Results 1 – 20 of 20) sorted by relevance
302 size of a checkpoint to be slightly less than a half the log.304 Apart from this size requirement, a checkpoint transaction looks no different307 perspective, the checkpoint transaction is also no different - just a lot311 Because the checkpoint is just another transaction and all the changes to log314 minimise the time we hold the CIL locked while writing the checkpoint318 per-checkpoint context that travels through the log write process through to319 checkpoint completion.321 Hence a checkpoint has a context that tracks the state of the current322 checkpoint from initiation to checkpoint completion. A new context is initiated323 at the same time a checkpoint transaction is started. That is, when we remove[all …]
57 cp=n Specify the checkpoint-number of the snapshot to be64 checkpoint if no metadata update is going. This mode93 NILFS_IOCTL_CHANGE_CPMODE Change mode of given checkpoint between94 checkpoint and snapshot state. This ioctl is97 NILFS_IOCTL_DELETE_CHECKPOINT Remove checkpoint from NILFS2 file system.136 NILFS_IOCTL_SYNC Make a checkpoint. This ioctl is used in161 mkcp make a checkpoint or a snapshot.162 chcp change an existing checkpoint to a snapshot or vice versa.163 rmcp invalidate specified checkpoint(s).169 where <cno> is the checkpoint number of the snapshot.[all …]
49 the upper index structures such as inode, inode map, and checkpoint block are198 volume size, f2fs tries to conduct checkpoint to205 checkpoint is triggered, and issued during the206 checkpoint. By default, it is disabled with 0.383 mount time, F2FS first tries to find the last valid checkpoint data by scanning
139 checkpoint and hence have some idea of how much modification occurred between
7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
4 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
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.
130 unsigned int checkpoint; /* when to next check the ratio */ member183 db->checkpoint = CHECK_GAP; in bsd_clear()203 if (db->in_count >= db->checkpoint) in bsd_check()212 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()
29 checkpoint70 - Send a checkpoint message to the era target
151 unsigned int checkpoint; /* when to next check the ratio */ member230 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()
264 l_ptr->checkpoint = 1; in tipc_link_create()472 l_ptr->checkpoint = 1; in tipc_link_reset()535 if (l_ptr->next_in_no != l_ptr->checkpoint) { in link_state_event()536 l_ptr->checkpoint = l_ptr->next_in_no; in link_state_event()586 if (l_ptr->next_in_no != l_ptr->checkpoint) { in link_state_event()589 l_ptr->checkpoint = l_ptr->next_in_no; in link_state_event()1316 l_ptr->checkpoint--; in link_handle_out_of_seq_msg()1499 l_ptr->checkpoint--; in tipc_link_proto_rcv()
154 u32 checkpoint; member
39 This feature is actively used by the checkpoint-restore project. You
558 __le32 checkpoint; member784 __le32 checkpoint; member
1463 iinfo->i_checkpoint = le32_to_cpu(fe->checkpoint); in udf_read_inode()1484 iinfo->i_checkpoint = le32_to_cpu(efe->checkpoint); in udf_read_inode()1743 fe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()1781 efe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
68 only has to locate a checkpoint (called fastmap) on the device.
10 of tasks. The freezer allows the checkpoint code to obtain a consistent
34 system and powers it off; and restores that checkpoint on reboot.
1150 Enables additional kernel features in a sake of checkpoint/restore.