Home
last modified time | relevance | path

Searched refs:replayed (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/ocfs2/
Djournal.c67 int dirty, int replayed);
857 int dirty, int replayed) in ocfs2_journal_toggle_dirty() argument
879 if (replayed) in ocfs2_journal_toggle_dirty()
993 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() argument
1010 status = ocfs2_journal_toggle_dirty(osb, 1, replayed); in ocfs2_journal_load()
Djournal.h193 int replayed);
/linux-3.4.99/Documentation/filesystems/
Dext3.txt181 In the event of a crash, the journal can be replayed, bringing both data and
Dxfs-delayed-logging-design.txt288 either be completely replayed during log recovery, or not replayed at all. If
289 a transaction is not replayed because it is not complete in the log, then
290 no later transactions should be replayed, either.
Dext4.txt402 In the event of a crash, the journal can be replayed, bringing both data and
/linux-3.4.99/fs/befs/
DChangeLog240 the journal needs to be replayed, and the filesystem cannot be mounted.