Searched refs:replayed (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/ocfs2/ |
D | journal.c | 67 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()
|
D | journal.h | 193 int replayed);
|
/linux-3.4.99/Documentation/filesystems/ |
D | ext3.txt | 181 In the event of a crash, the journal can be replayed, bringing both data and
|
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 | 402 In the event of a crash, the journal can be replayed, bringing both data and
|
/linux-3.4.99/fs/befs/ |
D | ChangeLog | 240 the journal needs to be replayed, and the filesystem cannot be mounted.
|