Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_sb.c44 if (sbp->sb_versionnum & ~XFS_SB_VERSION_OKBITS) in xfs_sb_validate_v5_features()
97 if ((sbp->sb_versionnum & ~XFS_SB_VERSION_OKBITS) || in xfs_sb_good_version()
Dxfs_format.h63 #define XFS_SB_VERSION_OKBITS \ macro