Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dagheader.c76 __be32 features_mask; in xchk_superblock() local
269 features_mask = cpu_to_be32(XFS_SB_VERSION2_LAZYSBCOUNTBIT | in xchk_superblock()
273 if ((sb->sb_features2 & features_mask) != in xchk_superblock()
274 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()
278 features_mask = cpu_to_be32(XFS_SB_VERSION2_ATTR2BIT); in xchk_superblock()
279 if ((sb->sb_features2 & features_mask) != in xchk_superblock()
280 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()
291 features_mask = cpu_to_be32(XFS_SB_FEAT_COMPAT_UNKNOWN); in xchk_superblock()
292 if ((sb->sb_features_compat & features_mask) != in xchk_superblock()
293 (cpu_to_be32(mp->m_sb.sb_features_compat) & features_mask)) in xchk_superblock()
[all …]