Home
last modified time | relevance | path

Searched refs:jbd2_journal_start_commit (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Djbd2.h1655 int jbd2_journal_start_commit(journal_t *journal, tid_t *tid);
/openbmc/linux/fs/jbd2/
H A Djournal.c83 EXPORT_SYMBOL(jbd2_journal_start_commit);
595 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() function
/openbmc/linux/fs/ocfs2/
H A Dsuper.c409 if (jbd2_journal_start_commit(osb->journal->j_journal, in ocfs2_sync_fs()
H A Dalloc.c6134 if (jbd2_journal_start_commit(osb->journal->j_journal, &target)) { in ocfs2_try_to_free_truncate_log()
/openbmc/linux/fs/ext4/
H A Dsuper.c6358 if (jbd2_journal_start_commit(sbi->s_journal, &target)) { in ext4_sync_fs()