Home
last modified time | relevance | path

Searched refs:jbd2_journal_force_commit (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/ext4/
Dext4_jbd2.h416 return jbd2_journal_force_commit(journal); in ext4_journal_force_commit()
/Linux-v6.1/include/linux/
Djbd2.h1565 extern int jbd2_journal_force_commit(journal_t *);
/Linux-v6.1/fs/jbd2/
Djournal.c89 EXPORT_SYMBOL(jbd2_journal_force_commit);
590 int jbd2_journal_force_commit(journal_t *journal) in jbd2_journal_force_commit() function
/Linux-v6.1/fs/ocfs2/
Dfile.c2477 ret = jbd2_journal_force_commit(osb->journal->j_journal); in ocfs2_file_write_iter()