Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dagheader.c78 __be16 vernum_mask; in xchk_superblock() local
155 vernum_mask = cpu_to_be16(~XFS_SB_VERSION_OKBITS | in xchk_superblock()
164 if ((sb->sb_versionnum & vernum_mask) != in xchk_superblock()
165 (cpu_to_be16(mp->m_sb.sb_versionnum) & vernum_mask)) in xchk_superblock()
169 vernum_mask = cpu_to_be16(XFS_SB_VERSION_ATTRBIT | in xchk_superblock()
172 if ((sb->sb_versionnum & vernum_mask) != in xchk_superblock()
173 (cpu_to_be16(mp->m_sb.sb_versionnum) & vernum_mask)) in xchk_superblock()