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 */ member296 (sbp->sb_features2 & ~XFS_SB_VERSION2_OKBITS))) in xfs_sb_good_v4_features()322 return sbp->sb_bad_features2 != sbp->sb_features2; in xfs_sb_has_mismatched_features2()385 (sbp->sb_features2 & XFS_SB_VERSION2_LAZYSBCOUNTBIT)); in xfs_sb_version_haslazysbcount()392 (sbp->sb_features2 & XFS_SB_VERSION2_ATTR2BIT)); in xfs_sb_version_hasattr2()398 sbp->sb_features2 |= XFS_SB_VERSION2_ATTR2BIT; in xfs_sb_version_addattr2()403 sbp->sb_features2 &= ~XFS_SB_VERSION2_ATTR2BIT; in xfs_sb_version_removeattr2()404 if (!sbp->sb_features2) in xfs_sb_version_removeattr2()412 (sbp->sb_features2 & XFS_SB_VERSION2_PROJID32BIT)); in xfs_sb_version_hasprojid32bit()[all …]
499 to->sb_features2 = be32_to_cpu(from->sb_features2); in __xfs_sb_from_disk()646 from->sb_bad_features2 = from->sb_features2; in xfs_sb_to_disk()647 to->sb_features2 = cpu_to_be32(from->sb_features2); in xfs_sb_to_disk()
245 if (sb->sb_features2 != 0) in xchk_superblock()252 if (!!(sb->sb_features2 & cpu_to_be32(~v2_ok))) in xchk_superblock()255 if (sb->sb_features2 != sb->sb_bad_features2) in xchk_superblock()264 if ((sb->sb_features2 & features_mask) != in xchk_superblock()265 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()270 if ((sb->sb_features2 & features_mask) != in xchk_superblock()271 (cpu_to_be32(mp->m_sb.sb_features2) & features_mask)) in xchk_superblock()
760 sbp->sb_features2 |= sbp->sb_bad_features2; in xfs_mountfs()778 if (!sbp->sb_features2) in xfs_mountfs()