Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_format.h610 #define XFS_AGI_GOOD_VERSION(v) ((v) == XFS_AGI_VERSION) macro
Dxfs_ialloc.c2519 if (!XFS_AGI_GOOD_VERSION(be32_to_cpu(agi->agi_versionnum))) in xfs_agi_verify()