Searched refs:jbd2_journal_restart (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Djournal.c395 * This might call jbd2_journal_restart() which will commit dirty buffers
435 status = jbd2_journal_restart(handle,
473 status = jbd2_journal_restart(handle, OCFS2_MAX_TRANS_DATA);
/linux-master/fs/jbd2/
H A Dtransaction.c772 * to a running handle, a call to jbd2_journal_restart will commit the
825 int jbd2_journal_restart(handle_t *handle, int nblocks) function
829 EXPORT_SYMBOL(jbd2_journal_restart); variable
/linux-master/include/linux/
H A Djbd2.h1511 extern int jbd2_journal_restart(handle_t *, int nblocks);

Completed in 149 milliseconds