Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Djournalling.rst26 may call jbd2_journal_wipe() to clear the journal contents before
29 Note that jbd2_journal_wipe(..,0) calls
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1513 extern int jbd2_journal_wipe (journal_t *, int);
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c87 EXPORT_SYMBOL(jbd2_journal_wipe);
2344 int jbd2_journal_wipe(journal_t *journal, int write) in jbd2_journal_wipe() function
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Djournal.c1114 status = jbd2_journal_wipe(journal->j_journal, full); in ocfs2_journal_wipe()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c5467 err = jbd2_journal_wipe(journal, !really_read_only); in ext4_load_journal()