Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/scrub/
Dagheader.c66 uint32_t v2_ok; in xchk_superblock() local
248 v2_ok = XFS_SB_VERSION2_OKBITS; in xchk_superblock()
250 v2_ok |= XFS_SB_VERSION2_CRCBIT; in xchk_superblock()
252 if (!!(sb->sb_features2 & cpu_to_be32(~v2_ok))) in xchk_superblock()