Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dagheader.c75 uint32_t v2_ok; in xchk_superblock() local
257 v2_ok = XFS_SB_VERSION2_OKBITS; in xchk_superblock()
259 v2_ok |= XFS_SB_VERSION2_CRCBIT; in xchk_superblock()
261 if (!!(sb->sb_features2 & cpu_to_be32(~v2_ok))) in xchk_superblock()