Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Djournalling.rst150 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1620 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid);
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c730 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid) in jbd2_fc_begin_commit() function
763 EXPORT_SYMBOL(jbd2_fc_begin_commit);
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfast_commit.c1107 ret = jbd2_fc_begin_commit(journal, commit_tid); in ext4_fc_commit()