Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Djournal.c70 int dirty, int replayed);
933 int dirty, int replayed) in ocfs2_journal_toggle_dirty() argument
955 if (replayed) in ocfs2_journal_toggle_dirty()
1066 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() argument
1083 if (replayed) { in ocfs2_journal_load()
1091 status = ocfs2_journal_toggle_dirty(osb, 1, replayed); in ocfs2_journal_load()
Djournal.h193 int replayed);
/linux-4.19.296/fs/befs/
DChangeLog240 the journal needs to be replayed, and the filesystem cannot be mounted.