Searched refs:sb_features2 (Results 1 – 4 of 4) sorted by relevance
150 uint32_t sb_features2; /* additional feature bits */ member241 __be32 sb_features2; /* additional feature bits */ member294 (sbp->sb_features2 & ~XFS_SB_VERSION2_OKBITS))) in xfs_sb_good_v4_features()320 return sbp->sb_bad_features2 != sbp->sb_features2; in xfs_sb_has_mismatched_features2()389 (sbp->sb_features2 & XFS_SB_VERSION2_LAZYSBCOUNTBIT)); in xfs_sb_version_haslazysbcount()396 (sbp->sb_features2 & XFS_SB_VERSION2_ATTR2BIT)); in xfs_sb_version_hasattr2()402 sbp->sb_features2 |= XFS_SB_VERSION2_ATTR2BIT; in xfs_sb_version_addattr2()407 sbp->sb_features2 &= ~XFS_SB_VERSION2_ATTR2BIT; in xfs_sb_version_removeattr2()408 if (!sbp->sb_features2) in xfs_sb_version_removeattr2()416 (sbp->sb_features2 & XFS_SB_VERSION2_PROJID32BIT)); in xfs_sb_version_hasprojid32bit()[all …]
504 to->sb_features2 = be32_to_cpu(from->sb_features2); in __xfs_sb_from_disk()651 from->sb_bad_features2 = from->sb_features2; in xfs_sb_to_disk()652 to->sb_features2 = cpu_to_be32(from->sb_features2); in xfs_sb_to_disk()
254 if (sb->sb_features2 != 0) in xchk_superblock()261 if (!!(sb->sb_features2 & cpu_to_be32(~v2_ok))) in xchk_superblock()264 if (sb->sb_features2 != sb->sb_bad_features2) in xchk_superblock()273 if ((sb->sb_features2 & features_mask) != in xchk_superblock()274 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()279 if ((sb->sb_features2 & features_mask) != in xchk_superblock()280 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()
704 sbp->sb_features2 |= sbp->sb_bad_features2; in xfs_mountfs()722 if (!sbp->sb_features2) in xfs_mountfs()