Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dagheader.c81 __be16 vernum_mask; in xchk_superblock() local
168 vernum_mask = cpu_to_be16(~XFS_SB_VERSION_OKBITS | in xchk_superblock()
177 if ((sb->sb_versionnum & vernum_mask) != in xchk_superblock()
178 (cpu_to_be16(mp->m_sb.sb_versionnum) & vernum_mask)) in xchk_superblock()
182 vernum_mask = cpu_to_be16(XFS_SB_VERSION_ATTRBIT | in xchk_superblock()
185 if ((sb->sb_versionnum & vernum_mask) != in xchk_superblock()
186 (cpu_to_be16(mp->m_sb.sb_versionnum) & vernum_mask)) in xchk_superblock()