Home
last modified time | relevance | path

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

/linux-6.6.21/fs/jbd2/
Dcheckpoint.c99 jbd2_log_wait_commit(journal, tid); in __jbd2_log_wait_for_space()
224 jbd2_log_wait_commit(journal, tid); in jbd2_log_do_checkpoint()
Djournal.c82 EXPORT_SYMBOL(jbd2_log_wait_commit);
546 ret = jbd2_log_wait_commit(journal, tid); in __jbd2_journal_force_commit()
666 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit() function
833 return jbd2_log_wait_commit(journal, tid); in jbd2_complete_transaction()
2439 jbd2_log_wait_commit(journal, tid); in jbd2_journal_flush()
Dtransaction.c1954 err = jbd2_log_wait_commit(journal, tid); in jbd2_journal_stop()
/linux-6.6.21/include/linux/
Djbd2.h1649 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
/linux-6.6.21/fs/ocfs2/
Dsuper.c412 jbd2_log_wait_commit(osb->journal->j_journal, in ocfs2_sync_fs()
Dalloc.c6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
/linux-6.6.21/fs/ext4/
Dinode.c5269 jbd2_log_wait_commit(journal, commit_tid); in ext4_wait_for_tail_page_commit()
Dsuper.c6347 ret = jbd2_log_wait_commit(sbi->s_journal, in ext4_sync_fs()