Home
last modified time | relevance | path

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

/fs/jbd2/
Djournal.c85 EXPORT_SYMBOL(jbd2_journal_wipe);
2540 int jbd2_journal_wipe(journal_t *journal, int write) in jbd2_journal_wipe() function
/fs/ocfs2/
Djournal.c1191 status = jbd2_journal_wipe(journal->j_journal, full); in ocfs2_journal_wipe()
/fs/ext4/
Dsuper.c6038 err = jbd2_journal_wipe(journal, !really_read_only); in ext4_load_journal()