Searched refs:jbd2_log_wait_commit (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | checkpoint.c | 158 jbd2_log_wait_commit(journal, tid); in __jbd2_log_wait_for_space() 292 jbd2_log_wait_commit(journal, tid); in jbd2_log_do_checkpoint()
|
| H A D | journal.c | 83 EXPORT_SYMBOL(jbd2_log_wait_commit); 561 ret = jbd2_log_wait_commit(journal, tid); in __jbd2_journal_force_commit() 681 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit() function 846 return jbd2_log_wait_commit(journal, tid); in jbd2_complete_transaction() 2284 jbd2_log_wait_commit(journal, tid); in jbd2_journal_flush()
|
| H A D | transaction.c | 1925 err = jbd2_log_wait_commit(journal, tid); in jbd2_journal_stop()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jbd2.h | 1609 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | super.c | 416 jbd2_log_wait_commit(osb->journal->j_journal, in ocfs2_sync_fs()
|
| H A D | alloc.c | 6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | inode.c | 5382 jbd2_log_wait_commit(journal, commit_tid); in ext4_wait_for_tail_page_commit()
|
| H A D | super.c | 5702 ret = jbd2_log_wait_commit(sbi->s_journal, in ext4_sync_fs()
|