Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/filesystems/
Dxfs-delayed-logging-design.txt302 size of a checkpoint to be slightly less than a half the log.
304 Apart from this size requirement, a checkpoint transaction looks no different
307 perspective, the checkpoint transaction is also no different - just a lot
311 Because the checkpoint is just another transaction and all the changes to log
314 minimise the time we hold the CIL locked while writing the checkpoint
318 per-checkpoint context that travels through the log write process through to
319 checkpoint completion.
321 Hence a checkpoint has a context that tracks the state of the current
322 checkpoint from initiation to checkpoint completion. A new context is initiated
323 at the same time a checkpoint transaction is started. That is, when we remove
[all …]
Dnilfs2.txt58 cp=n Specify the checkpoint-number of the snapshot to be
65 checkpoint if no metadata update is going. This mode
99 mkcp make a checkpoint or a snapshot.
100 chcp change an existing checkpoint to a snapshot or vice versa.
101 rmcp invalidate specified checkpoint(s).
107 where <cno> is the checkpoint number of the snapshot.
190 corresponding checkpoint entry in the cpfile. Thus, the hierarchy
/linux-3.4.99/fs/jbd/
DMakefile7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/linux-3.4.99/fs/jbd2/
DMakefile7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/linux-3.4.99/drivers/isdn/i4l/
Disdn_bsdcomp.c130 unsigned int checkpoint; /* when to next check the ratio */ member
183 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()
/linux-3.4.99/drivers/net/ppp/
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-3.4.99/net/tipc/
Dlink.c345 l_ptr->checkpoint = 1; in tipc_link_create()
546 u32 checkpoint = l_ptr->next_in_no; in tipc_link_reset() local
567 l_ptr->reset_checkpoint = checkpoint; in tipc_link_reset()
591 l_ptr->checkpoint = 1; in tipc_link_reset()
636 if (l_ptr->next_in_no != l_ptr->checkpoint) { in link_state_event()
637 l_ptr->checkpoint = l_ptr->next_in_no; in link_state_event()
689 if (l_ptr->next_in_no != l_ptr->checkpoint) { in link_state_event()
692 l_ptr->checkpoint = l_ptr->next_in_no; in link_state_event()
1924 l_ptr->checkpoint--; in link_handle_out_of_seq_msg()
2083 l_ptr->checkpoint--; in link_recv_proto_msg()
Dlink.h128 u32 checkpoint; member
/linux-3.4.99/fs/udf/
Decma_167.h558 __le32 checkpoint; member
784 __le32 checkpoint; member
Dinode.c1368 iinfo->i_checkpoint = le32_to_cpu(fe->checkpoint); in udf_fill_inode()
1390 iinfo->i_checkpoint = le32_to_cpu(efe->checkpoint); in udf_fill_inode()
1625 fe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
1663 efe->checkpoint = cpu_to_le32(iinfo->i_checkpoint); in udf_update_inode()
/linux-3.4.99/Documentation/cgroups/
Dfreezer-subsystem.txt10 of tasks. The freezer allows the checkpoint code to obtain a consistent
/linux-3.4.99/kernel/power/
DKconfig34 system and powers it off; and restores that checkpoint on reboot.
/linux-3.4.99/init/
DKconfig795 Enables additional kernel features in a sake of checkpoint/restore.