Searched refs:JBD2_FEATURE_INCOMPAT_CSUM_V2 (Results 1 – 3 of 3) sorted by relevance
295 #define JBD2_FEATURE_INCOMPAT_CSUM_V2 0x00000008 macro304 JBD2_FEATURE_INCOMPAT_CSUM_V2 | \1305 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2) || in jbd2_journal_has_csum_v2or3()
1542 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2) && in journal_get_superblock()1856 if (incompat & JBD2_FEATURE_INCOMPAT_CSUM_V2) { in jbd2_journal_set_features()1857 incompat &= ~JBD2_FEATURE_INCOMPAT_CSUM_V2; in jbd2_journal_set_features()1898 ~cpu_to_be32(JBD2_FEATURE_INCOMPAT_CSUM_V2 | in jbd2_journal_set_features()2231 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) in journal_tag_bytes()
3258 JBD2_FEATURE_INCOMPAT_CSUM_V2); in set_journal_csum_feature_set()