Searched refs:jbd2_log_wait_commit (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/fs/jbd2/ |
H A D | checkpoint.c | 160 jbd2_log_wait_commit(journal, tid); __jbd2_log_wait_for_space() 283 jbd2_log_wait_commit(journal, tid); jbd2_log_do_checkpoint()
|
H A D | journal.c | 88 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 D | transaction.c | 1670 err = jbd2_log_wait_commit(journal, tid); jbd2_journal_stop()
|
/linux-4.1.27/include/linux/ |
H A D | jbd2.h | 1247 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
|
/linux-4.1.27/fs/ocfs2/ |
H A D | aops.c | 2034 jbd2_log_wait_commit(osb->journal->j_journal, target); ocfs2_try_to_free_truncate_log()
|
H A D | super.c | 430 jbd2_log_wait_commit(OCFS2_SB(sb)->journal->j_journal, ocfs2_sync_fs()
|
/linux-4.1.27/fs/ext4/ |
H A D | inode.c | 4696 jbd2_log_wait_commit(journal, commit_tid); ext4_wait_for_tail_page_commit()
|
H A D | super.c | 4791 ret = jbd2_log_wait_commit(sbi->s_journal, ext4_sync_fs()
|
Completed in 563 milliseconds