Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Djbd.h859 extern int journal_load (journal_t *journal);
/linux-3.4.99/fs/jbd/
Djournal.c73 EXPORT_SYMBOL(journal_load);
1188 int journal_load(journal_t *journal) in journal_load() function
/linux-3.4.99/fs/ext3/
Dsuper.c2314 err = journal_load(journal); in ext3_load_journal()