Searched refs:sb_features2 (Results 1 – 5 of 5) sorted by relevance
50 if (sbp->sb_features2 & ~(XFS_SB_VERSION2_OKBITS | in xfs_sb_validate_v5_features()70 if ((sbp->sb_features2 & V5_FEAT_FLAGS) != V5_FEAT_FLAGS) in xfs_sb_validate_v5_features()98 (sbp->sb_features2 & ~XFS_SB_VERSION2_OKBITS))) in xfs_sb_good_version()139 if (sbp->sb_features2 & XFS_SB_VERSION2_LAZYSBCOUNTBIT) in xfs_sb_version_to_features()141 if (sbp->sb_features2 & XFS_SB_VERSION2_ATTR2BIT) in xfs_sb_version_to_features()143 if (sbp->sb_features2 & XFS_SB_VERSION2_PROJID32BIT) in xfs_sb_version_to_features()145 if (sbp->sb_features2 & XFS_SB_VERSION2_FTYPE) in xfs_sb_version_to_features()650 to->sb_features2 = be32_to_cpu(from->sb_features2); in __xfs_sb_from_disk()803 from->sb_bad_features2 = from->sb_features2; in xfs_sb_to_disk()804 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()
267 if (sb->sb_features2 != 0) in xchk_superblock()274 if (!!(sb->sb_features2 & cpu_to_be32(~v2_ok))) in xchk_superblock()277 if (sb->sb_features2 != sb->sb_bad_features2) in xchk_superblock()286 if ((sb->sb_features2 & features_mask) != in xchk_superblock()287 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()292 if ((sb->sb_features2 & features_mask) != in xchk_superblock()293 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()
665 sbp->sb_features2 |= sbp->sb_bad_features2; in xfs_mountfs()843 (mp->m_sb.sb_features2 & XFS_SB_VERSION2_ATTR2BIT)) { in xfs_mountfs()