Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dagheader.c78 uint32_t v2_ok; in xchk_superblock() local
270 v2_ok = XFS_SB_VERSION2_OKBITS; in xchk_superblock()
272 v2_ok |= XFS_SB_VERSION2_CRCBIT; in xchk_superblock()
274 if (!!(sb->sb_features2 & cpu_to_be32(~v2_ok))) in xchk_superblock()