Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Djbd.h862 extern int journal_wipe (journal_t *, int);
/linux-3.4.99/fs/jbd/
Djournal.c83 EXPORT_SYMBOL(journal_wipe);
1530 int journal_wipe(journal_t *journal, int write) in journal_wipe() function
/linux-3.4.99/fs/ext3/
Dsuper.c2312 err = journal_wipe(journal, !really_read_only); in ext3_load_journal()