Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_format.h75 #define XFS_SB_VERSION2_LAZYSBCOUNTBIT 0x00000002 /* Superblk counters */ macro
84 (XFS_SB_VERSION2_LAZYSBCOUNTBIT | \
Dxfs_sb.c62 #define V5_FEAT_FLAGS (XFS_SB_VERSION2_LAZYSBCOUNTBIT | \ in xfs_sb_validate_v5_features()
137 if (sbp->sb_features2 & XFS_SB_VERSION2_LAZYSBCOUNTBIT) in xfs_sb_version_to_features()
/linux-6.1.9/fs/xfs/scrub/
Dagheader.c272 features_mask = cpu_to_be32(XFS_SB_VERSION2_LAZYSBCOUNTBIT | in xchk_superblock()