Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h883 extern int journal_load (journal_t *journal);
/linux-4.1.27/fs/jbd/
Djournal.c73 EXPORT_SYMBOL(journal_load);
1284 int journal_load(journal_t *journal) in journal_load() function
/linux-4.1.27/fs/ext3/
Dsuper.c2381 err = journal_load(journal); in ext3_load_journal()