Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext4/
Dext4_jbd2.h228 return jbd2_journal_restart(handle, nblocks); in ext4_journal_restart()
/linux-2.6.39/include/linux/
Djbd2.h1108 extern int jbd2_journal_restart(handle_t *, int nblocks);
/linux-2.6.39/fs/jbd2/
Dtransaction.c486 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart() function
490 EXPORT_SYMBOL(jbd2_journal_restart);
/linux-2.6.39/fs/ocfs2/
Djournal.c440 status = jbd2_journal_restart(handle, in ocfs2_extend_trans()