Searched refs:jbd2_log_wait_commit (Results 1 – 7 of 7) sorted by relevance
/fs/jbd2/ |
D | checkpoint.c | 99 jbd2_log_wait_commit(journal, tid); in __jbd2_log_wait_for_space() 224 jbd2_log_wait_commit(journal, tid); in jbd2_log_do_checkpoint()
|
D | journal.c | 82 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()
|
D | transaction.c | 1939 err = jbd2_log_wait_commit(journal, tid); in jbd2_journal_stop()
|
/fs/ocfs2/ |
D | super.c | 414 jbd2_log_wait_commit(osb->journal->j_journal, in ocfs2_sync_fs()
|
D | alloc.c | 6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
|
/fs/ext4/ |
D | inode.c | 5292 jbd2_log_wait_commit(journal, commit_tid); in ext4_wait_for_tail_page_commit()
|
D | super.c | 6348 ret = jbd2_log_wait_commit(sbi->s_journal, in ext4_sync_fs()
|