Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dcheckpoint.c158 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 Djournal.c83 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 Dtransaction.c1925 err = jbd2_log_wait_commit(journal, tid); in jbd2_journal_stop()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1609 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsuper.c416 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()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c5382 jbd2_log_wait_commit(journal, commit_tid); in ext4_wait_for_tail_page_commit()
H A Dsuper.c5702 ret = jbd2_log_wait_commit(sbi->s_journal, in ext4_sync_fs()