Home
last modified time | relevance | path

Searched refs:JBD2_FEATURE_INCOMPAT_FAST_COMMIT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Djbd2.h286 #define JBD2_FEATURE_INCOMPAT_FAST_COMMIT 0x00000020 macro
298 JBD2_FEATURE_INCOMPAT_FAST_COMMIT)
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst608 (JBD2_FEATURE_INCOMPAT_FAST_COMMIT) gets
H A Djournal.rst323 - Journal has fast commit blocks. (JBD2_FEATURE_INCOMPAT_FAST_COMMIT)
/openbmc/linux/fs/jbd2/
H A Djournal.c2329 if (incompat & JBD2_FEATURE_INCOMPAT_FAST_COMMIT) { in jbd2_journal_set_features()
/openbmc/linux/fs/ext4/
H A Dsuper.c4926 JBD2_FEATURE_INCOMPAT_FAST_COMMIT)) { in ext4_load_and_init_journal()