Lines Matching refs:features_mask
76 __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()
297 features_mask = cpu_to_be32(XFS_SB_FEAT_RO_COMPAT_UNKNOWN | in xchk_superblock()
301 if ((sb->sb_features_ro_compat & features_mask) != in xchk_superblock()
303 features_mask)) in xchk_superblock()
307 features_mask = cpu_to_be32(XFS_SB_FEAT_INCOMPAT_UNKNOWN | in xchk_superblock()
311 if ((sb->sb_features_incompat & features_mask) != in xchk_superblock()
313 features_mask)) in xchk_superblock()
317 features_mask = cpu_to_be32(XFS_SB_FEAT_INCOMPAT_LOG_UNKNOWN); in xchk_superblock()
318 if ((sb->sb_features_log_incompat & features_mask) != in xchk_superblock()
320 features_mask)) in xchk_superblock()