Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dext4_jbd2.h344 return jbd2_journal_restart(handle, nblocks); in ext4_journal_restart()
/linux-4.4.14/fs/jbd2/
Dtransaction.c683 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart() function
687 EXPORT_SYMBOL(jbd2_journal_restart);
/linux-4.4.14/include/linux/
Djbd2.h1226 extern int jbd2_journal_restart(handle_t *, int nblocks);
/linux-4.4.14/fs/ocfs2/
Djournal.c452 status = jbd2_journal_restart(handle, in ocfs2_extend_trans()
490 status = jbd2_journal_restart(handle, OCFS2_MAX_TRANS_DATA); in ocfs2_allocate_extend_trans()