Home
last modified time | relevance | path

Searched refs:sb_features2 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_sb.c51 if (sbp->sb_features2 & ~(XFS_SB_VERSION2_OKBITS | in xfs_sb_validate_v5_features()
71 if ((sbp->sb_features2 & V5_FEAT_FLAGS) != V5_FEAT_FLAGS) in xfs_sb_validate_v5_features()
99 (sbp->sb_features2 & ~XFS_SB_VERSION2_OKBITS))) in xfs_sb_good_version()
140 if (sbp->sb_features2 & XFS_SB_VERSION2_LAZYSBCOUNTBIT) in xfs_sb_version_to_features()
142 if (sbp->sb_features2 & XFS_SB_VERSION2_ATTR2BIT) in xfs_sb_version_to_features()
144 if (sbp->sb_features2 & XFS_SB_VERSION2_PROJID32BIT) in xfs_sb_version_to_features()
146 if (sbp->sb_features2 & XFS_SB_VERSION2_FTYPE) in xfs_sb_version_to_features()
668 to->sb_features2 = be32_to_cpu(from->sb_features2); in __xfs_sb_from_disk()
821 from->sb_bad_features2 = from->sb_features2; in xfs_sb_to_disk()
822 to->sb_features2 = cpu_to_be32(from->sb_features2); in xfs_sb_to_disk()
Dxfs_format.h149 uint32_t sb_features2; /* additional feature bits */ member
238 __be32 sb_features2; /* additional feature bits */ member
292 return sbp->sb_bad_features2 != sbp->sb_features2; in xfs_sb_has_mismatched_features2()
314 sbp->sb_features2 |= XFS_SB_VERSION2_ATTR2BIT; in xfs_sb_version_addattr2()
320 sbp->sb_features2 |= XFS_SB_VERSION2_PROJID32BIT; in xfs_sb_version_addprojid32()
Dxfs_attr_leaf.c738 if (mp->m_sb.sb_features2 & XFS_SB_VERSION2_ATTR2BIT) in xfs_sbversion_add_attr2()
/linux-6.12.1/fs/xfs/scrub/
Dagheader.c267 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()
/linux-6.12.1/fs/xfs/
Dxfs_mount.c676 sbp->sb_features2 |= sbp->sb_bad_features2; in xfs_mountfs()
865 (mp->m_sb.sb_features2 & XFS_SB_VERSION2_ATTR2BIT)) { in xfs_mountfs()