Searched refs:jbd2_journal_wipe (Results 1 – 5 of 5) sorted by relevance
26 may call :c:func:`jbd2_journal_wipe` to clear the journal contents before29 Note that jbd2_journal_wipe(..,0) calls
1400 extern int jbd2_journal_wipe (journal_t *, int);
87 EXPORT_SYMBOL(jbd2_journal_wipe);2040 int jbd2_journal_wipe(journal_t *journal, int write) in jbd2_journal_wipe() function
1102 status = jbd2_journal_wipe(journal->j_journal, full); in ocfs2_journal_wipe()
4945 err = jbd2_journal_wipe(journal, !really_read_only); in ext4_load_journal()