Home
last modified time | relevance | path

Searched refs:XFS_AGF_MAGIC (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ag.c181 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_agfblock_init()
Dxfs_format.h603 #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */ macro
Dxfs_alloc.c2591 if (!(agf->agf_magicnum == cpu_to_be32(XFS_AGF_MAGIC) && in xfs_agf_verify()
/Linux-v4.19/fs/xfs/scrub/
Dagheader_repair.c193 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xrep_agf_init_header()
/Linux-v4.19/fs/xfs/
Dxfs_log_recover.c2303 case XFS_AGF_MAGIC: in xlog_recover_get_buf_lsn()
2469 if (magic32 != XFS_AGF_MAGIC) { in xlog_recover_validate_buf_type()