Home
last modified time | relevance | path

Searched refs:agf_versionnum (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/scrub/
Dagheader_repair.c190 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xrep_agf_init_header()
/fs/xfs/libxfs/
Dxfs_ag.c522 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xfs_agfblock_init()
Dxfs_format.h487 __be32 agf_versionnum; /* header version == XFS_AGF_VERSION */ member
Dxfs_alloc.c2769 offsetof(xfs_agf_t, agf_versionnum), in xfs_alloc_log_agf()
2890 if (!(XFS_AGF_GOOD_VERSION(be32_to_cpu(agf->agf_versionnum)) && in xfs_agf_verify()