Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_format.h473 #define XFS_AGF_VERSION 1 macro
476 #define XFS_AGF_GOOD_VERSION(v) ((v) == XFS_AGF_VERSION)
Dxfs_ag.c579 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xfs_agfblock_init()
/linux-6.1.9/fs/xfs/scrub/
Dagheader_repair.c199 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xrep_agf_init_header()