Home
last modified time | relevance | path

Searched refs:jbd2_log_wait_commit (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c105 jbd2_log_wait_commit(journal, tid); in __jbd2_log_wait_for_space()
230 jbd2_log_wait_commit(journal, tid); in jbd2_log_do_checkpoint()
H A Djournal.c82 EXPORT_SYMBOL(jbd2_log_wait_commit);
547 ret = jbd2_log_wait_commit(journal, tid); in __jbd2_journal_force_commit()
667 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit() function
834 return jbd2_log_wait_commit(journal, tid); in jbd2_complete_transaction()
2476 jbd2_log_wait_commit(journal, tid); in jbd2_journal_flush()
H A Dtransaction.c1939 err = jbd2_log_wait_commit(journal, tid); in jbd2_journal_stop()
/openbmc/linux/include/linux/
H A Djbd2.h1656 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
/openbmc/linux/fs/ocfs2/
H A Dsuper.c412 jbd2_log_wait_commit(osb->journal->j_journal, in ocfs2_sync_fs()
H A Dalloc.c6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
/openbmc/linux/fs/ext4/
H A Dinode.c5303 jbd2_log_wait_commit(journal, commit_tid); in ext4_wait_for_tail_page_commit()
H A Dsuper.c6360 ret = jbd2_log_wait_commit(sbi->s_journal, in ext4_sync_fs()