Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/filesystems/
Djournalling.rst26 may call jbd2_journal_wipe() to clear the journal contents before
29 Note that jbd2_journal_wipe(..,0) calls
/linux-6.1.9/include/linux/
Djbd2.h1555 extern int jbd2_journal_wipe (journal_t *, int);
/linux-6.1.9/fs/jbd2/
Djournal.c85 EXPORT_SYMBOL(jbd2_journal_wipe);
2519 int jbd2_journal_wipe(journal_t *journal, int write) in jbd2_journal_wipe() function
/linux-6.1.9/fs/ocfs2/
Djournal.c1141 status = jbd2_journal_wipe(journal->j_journal, full); in ocfs2_journal_wipe()
/linux-6.1.9/fs/ext4/
Dsuper.c5927 err = jbd2_journal_wipe(journal, !really_read_only); in ext4_load_journal()