Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_format.h476 #define XFS_AGF_VERSION 1 macro
479 #define XFS_AGF_GOOD_VERSION(v) ((v) == XFS_AGF_VERSION)
Dxfs_ag.c575 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xfs_agfblock_init()
/linux-6.12.1/fs/xfs/scrub/
Dagheader_repair.c210 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xrep_agf_init_header()