Home
last modified time | relevance | path

Searched refs:journal_restart (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dext3_jbd.h270 return journal_restart(handle, nblocks); in ext3_journal_restart()
Djbd.h768 extern int journal_restart (handle_t *, int nblocks);
/linux-2.4.37.9/fs/jbd/
Djournal.c41 EXPORT_SYMBOL(journal_restart);
Dtransaction.c462 int journal_restart(handle_t *handle, int nblocks) in journal_restart() function