Searched refs:XFS_AGFL_MAGIC (Results 1 – 4 of 4) sorted by relevance
33 #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */ macro
274 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_growfs_data_private()
445 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()
1991 if (magic32 != XFS_AGFL_MAGIC) { in xlog_recovery_validate_buf_type()