Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dagheader.c111 __be16 vernum_mask; in xchk_superblock() local
206 vernum_mask = cpu_to_be16(XFS_SB_VERSION_NUMBITS | in xchk_superblock()
214 if ((sb->sb_versionnum & vernum_mask) != in xchk_superblock()
215 (cpu_to_be16(mp->m_sb.sb_versionnum) & vernum_mask)) in xchk_superblock()
219 vernum_mask = cpu_to_be16(XFS_SB_VERSION_ATTRBIT | in xchk_superblock()
222 if ((sb->sb_versionnum & vernum_mask) != in xchk_superblock()
223 (cpu_to_be16(mp->m_sb.sb_versionnum) & vernum_mask)) in xchk_superblock()