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

/linux-4.1.27/fs/jbd2/
H A Dcheckpoint.c160 jbd2_log_wait_commit(journal, tid); __jbd2_log_wait_for_space()
283 jbd2_log_wait_commit(journal, tid); jbd2_log_do_checkpoint()
H A Djournal.c88 EXPORT_SYMBOL(jbd2_log_wait_commit); variable
580 ret = jbd2_log_wait_commit(journal, tid); __jbd2_journal_force_commit()
698 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) jbd2_log_wait_commit() function
753 return jbd2_log_wait_commit(journal, tid); jbd2_complete_transaction()
1965 jbd2_log_wait_commit(journal, tid); jbd2_journal_flush()
H A Dtransaction.c1670 err = jbd2_log_wait_commit(journal, tid); jbd2_journal_stop()
/linux-4.1.27/include/linux/
H A Djbd2.h1247 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
/linux-4.1.27/fs/ocfs2/
H A Daops.c2034 jbd2_log_wait_commit(osb->journal->j_journal, target); ocfs2_try_to_free_truncate_log()
H A Dsuper.c430 jbd2_log_wait_commit(OCFS2_SB(sb)->journal->j_journal, ocfs2_sync_fs()
/linux-4.1.27/fs/ext4/
H A Dinode.c4696 jbd2_log_wait_commit(journal, commit_tid); ext4_wait_for_tail_page_commit()
H A Dsuper.c4791 ret = jbd2_log_wait_commit(sbi->s_journal, ext4_sync_fs()

Completed in 563 milliseconds