Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag.c181 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_agfblock_init()
Dxfs_format.h628 __be32 agf_magicnum; /* magic number == XFS_AGF_MAGIC */ member
Dxfs_alloc.c2466 offsetof(xfs_agf_t, agf_magicnum), in xfs_alloc_log_agf()
2592 if (!(agf->agf_magicnum == cpu_to_be32(XFS_AGF_MAGIC) && in xfs_agf_verify()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c193 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xrep_agf_init_header()