Lines Matching refs:features_mask
67 __be32 features_mask; in xchk_superblock() local
260 features_mask = cpu_to_be32(XFS_SB_VERSION2_LAZYSBCOUNTBIT | in xchk_superblock()
264 if ((sb->sb_features2 & features_mask) != in xchk_superblock()
265 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()
269 features_mask = cpu_to_be32(XFS_SB_VERSION2_ATTR2BIT); in xchk_superblock()
270 if ((sb->sb_features2 & features_mask) != in xchk_superblock()
271 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()
282 features_mask = cpu_to_be32(XFS_SB_FEAT_COMPAT_UNKNOWN); in xchk_superblock()
283 if ((sb->sb_features_compat & features_mask) != in xchk_superblock()
284 (cpu_to_be32(mp->m_sb.sb_features_compat) & features_mask)) in xchk_superblock()
288 features_mask = cpu_to_be32(XFS_SB_FEAT_RO_COMPAT_UNKNOWN | in xchk_superblock()
292 if ((sb->sb_features_ro_compat & features_mask) != in xchk_superblock()
294 features_mask)) in xchk_superblock()
298 features_mask = cpu_to_be32(XFS_SB_FEAT_INCOMPAT_UNKNOWN | in xchk_superblock()
302 if ((sb->sb_features_incompat & features_mask) != in xchk_superblock()
304 features_mask)) in xchk_superblock()
308 features_mask = cpu_to_be32(XFS_SB_FEAT_INCOMPAT_LOG_UNKNOWN); in xchk_superblock()
309 if ((sb->sb_features_log_incompat & features_mask) != in xchk_superblock()
311 features_mask)) in xchk_superblock()