Lines Matching defs:feature
272 * XXX: Next time we add a new incompat feature, this should start
283 * that they pass basic alignment and superblock feature checks, and convert
835 * Now that we've recovered any pending superblock feature bit
838 * check the superblock feature flag if the mount option is not set.
1282 * Enable a log incompat feature flag in the primary superblock. The caller
1288 uint32_t feature)
1293 ASSERT(hweight32(feature) == 1);
1294 ASSERT(!(feature & XFS_SB_FEAT_INCOMPAT_LOG_UNKNOWN));
1309 * are trying to set feature bits.
1319 if (xfs_sb_has_incompat_log_feature(&mp->m_sb, feature))
1329 dsb->sb_features_log_incompat |= cpu_to_be32(feature);
1335 * Add the feature bits to the incore superblock before we unlock the
1338 xfs_sb_add_incompat_log_features(&mp->m_sb, feature);
1356 * feature flags in the primary super.