Home
last modified time | relevance | path

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

/linux-6.15/fs/jbd2/
H A Dcommit.c409 journal->j_flags |= JBD2_FULL_COMMIT_ONGOING; in jbd2_journal_commit_transaction()
1130 journal->j_flags &= ~JBD2_FULL_COMMIT_ONGOING; in jbd2_journal_commit_transaction()
H A Djournal.c718 if (journal->j_flags & JBD2_FULL_COMMIT_ONGOING || in jbd2_fc_begin_commit()
749 journal->j_flags |= JBD2_FULL_COMMIT_ONGOING; in __jbd2_fc_end_commit()
/linux-6.15/include/linux/
H A Djbd2.h1387 #define JBD2_FULL_COMMIT_ONGOING 0x200 /* Full commit is ongoing */ macro
/linux-6.15/fs/ext4/
H A Dfast_commit.c404 (sbi->s_journal->j_flags & JBD2_FULL_COMMIT_ONGOING || in ext4_fc_track_template()
453 if (sbi->s_journal->j_flags & JBD2_FULL_COMMIT_ONGOING || in __track_dentry_update()