Home
last modified time | relevance | path

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

/linux-6.15/Documentation/filesystems/ext4/
H A Djournal.rst321 block numbers. (JBD2_FEATURE_INCOMPAT_CSUM_V3)
375 If JBD2_FEATURE_INCOMPAT_CSUM_V3 is set, the journal block tag is
441 If JBD2_FEATURE_INCOMPAT_CSUM_V3 is NOT set, the journal block tag
492 JBD2_FEATURE_INCOMPAT_CSUM_V3 are set, the end of the block is a
564 JBD2_FEATURE_INCOMPAT_CSUM_V3 are set, the end of the revocation
620 JBD2_FEATURE_INCOMPAT_CSUM_V2 or JBD2_FEATURE_INCOMPAT_CSUM_V3
/linux-6.15/include/linux/
H A Djbd2.h285 #define JBD2_FEATURE_INCOMPAT_CSUM_V3 0x00000010 macro
297 JBD2_FEATURE_INCOMPAT_CSUM_V3 | \
/linux-6.15/fs/jbd2/
H A Djournal.c2314 incompat |= JBD2_FEATURE_INCOMPAT_CSUM_V3; in jbd2_journal_set_features()
2318 if (incompat & JBD2_FEATURE_INCOMPAT_CSUM_V3 && in jbd2_journal_set_features()
2337 if (INCOMPAT_FEATURE_ON(JBD2_FEATURE_INCOMPAT_CSUM_V3)) { in jbd2_journal_set_features()
2349 JBD2_FEATURE_INCOMPAT_CSUM_V3); in jbd2_journal_set_features()
/linux-6.15/fs/ext4/
H A Dsuper.c4067 incompat = JBD2_FEATURE_INCOMPAT_CSUM_V3; in set_journal_csum_feature_set()
4076 JBD2_FEATURE_INCOMPAT_CSUM_V3 | in set_journal_csum_feature_set()