Searched refs:replayed (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 70 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()
|
D | journal.h | 193 int replayed);
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 288 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.
|
D | ext4.txt | 414 In the event of a crash, the journal can be replayed, bringing both data and
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 240 the journal needs to be replayed, and the filesystem cannot be mounted.
|