Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag.c182 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xfs_agfblock_init()
Dxfs_format.h629 __be32 agf_versionnum; /* header version == XFS_AGF_VERSION */ member
Dxfs_alloc.c2467 offsetof(xfs_agf_t, agf_versionnum), in xfs_alloc_log_agf()
2593 XFS_AGF_GOOD_VERSION(be32_to_cpu(agf->agf_versionnum)) && in xfs_agf_verify()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c194 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xrep_agf_init_header()