Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djbd2.h1668 int jbd2_fc_end_commit(journal_t *journal);
/openbmc/linux/Documentation/filesystems/
H A Djournalling.rst152 :c:func:`jbd2_fc_end_commit()`. If file system wants JBD2 to perform a full
/openbmc/linux/fs/jbd2/
H A Djournal.c772 int jbd2_fc_end_commit(journal_t *journal) in jbd2_fc_end_commit() function
776 EXPORT_SYMBOL(jbd2_fc_end_commit);
/openbmc/linux/fs/ext4/
H A Dfast_commit.c1263 ret = jbd2_fc_end_commit(journal); in ext4_fc_commit()