Searched refs:XFS_AGF_MAGIC (Results 1 – 4 of 4) sorted by relevance
230 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_growfs_data_private()
1867 case XFS_AGF_MAGIC: in xlog_recover_get_buf_lsn()2016 if (magic32 != XFS_AGF_MAGIC) { in xlog_recover_validate_buf_type()
559 #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */ macro
2209 if (!(agf->agf_magicnum == cpu_to_be32(XFS_AGF_MAGIC) && in xfs_agf_verify()