Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dagheader.c68 uint32_t v2_ok; in xchk_superblock() local
260 v2_ok = XFS_SB_VERSION2_OKBITS; in xchk_superblock()
262 v2_ok |= XFS_SB_VERSION2_CRCBIT; in xchk_superblock()
264 if (!!(sb->sb_features2 & cpu_to_be32(~v2_ok))) in xchk_superblock()