Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Djournal.c70 int dirty, int replayed);
931 int dirty, int replayed) in ocfs2_journal_toggle_dirty() argument
953 if (replayed) in ocfs2_journal_toggle_dirty()
1067 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() argument
1084 status = ocfs2_journal_toggle_dirty(osb, 1, replayed); in ocfs2_journal_load()
Djournal.h193 int replayed);
/linux-4.4.14/Documentation/filesystems/
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.txt414 In the event of a crash, the journal can be replayed, bringing both data and
/linux-4.4.14/fs/befs/
DChangeLog240 the journal needs to be replayed, and the filesystem cannot be mounted.