Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/filesystems/
Dindex.rst174 may call :c:func:`jbd2_journal_wipe` to clear the journal contents before
177 Note that jbd2_journal_wipe(..,0) calls
/Linux-v4.19/include/linux/
Djbd2.h1387 extern int jbd2_journal_wipe (journal_t *, int);
/Linux-v4.19/fs/jbd2/
Djournal.c90 EXPORT_SYMBOL(jbd2_journal_wipe);
2051 int jbd2_journal_wipe(journal_t *journal, int write) in jbd2_journal_wipe() function
/Linux-v4.19/fs/ocfs2/
Djournal.c1117 status = jbd2_journal_wipe(journal->j_journal, full); in ocfs2_journal_wipe()
/Linux-v4.19/fs/ext4/
Dsuper.c4781 err = jbd2_journal_wipe(journal, !really_read_only); in ext4_load_journal()