Searched refs:sb_features2 (Results 1 – 5 of 5) sorted by relevance
49 if (sbp->sb_features2 & ~(XFS_SB_VERSION2_OKBITS | in xfs_sb_validate_v5_features()69 if ((sbp->sb_features2 & V5_FEAT_FLAGS) != V5_FEAT_FLAGS) in xfs_sb_validate_v5_features()92 (sbp->sb_features2 & ~XFS_SB_VERSION2_OKBITS))) in xfs_sb_good_version()137 if (sbp->sb_features2 & XFS_SB_VERSION2_LAZYSBCOUNTBIT) in xfs_sb_version_to_features()139 if (sbp->sb_features2 & XFS_SB_VERSION2_ATTR2BIT) in xfs_sb_version_to_features()141 if (sbp->sb_features2 & XFS_SB_VERSION2_PROJID32BIT) in xfs_sb_version_to_features()143 if (sbp->sb_features2 & XFS_SB_VERSION2_FTYPE) in xfs_sb_version_to_features()598 to->sb_features2 = be32_to_cpu(from->sb_features2); in __xfs_sb_from_disk()751 from->sb_bad_features2 = from->sb_features2; in xfs_sb_to_disk()752 to->sb_features2 = cpu_to_be32(from->sb_features2); in xfs_sb_to_disk()
150 uint32_t sb_features2; /* additional feature bits */ member241 __be32 sb_features2; /* additional feature bits */ member293 return sbp->sb_bad_features2 != sbp->sb_features2; in xfs_sb_has_mismatched_features2()315 sbp->sb_features2 |= XFS_SB_VERSION2_ATTR2BIT; in xfs_sb_version_addattr2()321 sbp->sb_features2 |= XFS_SB_VERSION2_PROJID32BIT; in xfs_sb_version_addprojid32()
666 if (mp->m_sb.sb_features2 & XFS_SB_VERSION2_ATTR2BIT) in xfs_sbversion_add_attr2()
257 if (sb->sb_features2 != 0) in xchk_superblock()264 if (!!(sb->sb_features2 & cpu_to_be32(~v2_ok))) in xchk_superblock()267 if (sb->sb_features2 != sb->sb_bad_features2) in xchk_superblock()276 if ((sb->sb_features2 & features_mask) != in xchk_superblock()277 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()282 if ((sb->sb_features2 & features_mask) != in xchk_superblock()283 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()
650 sbp->sb_features2 |= sbp->sb_bad_features2; in xfs_mountfs()826 (mp->m_sb.sb_features2 & XFS_SB_VERSION2_ATTR2BIT)) { in xfs_mountfs()