Searched refs:XFS_AGFL_MAGIC (Results 1 – 5 of 5) sorted by relevance
223 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_agflblock_init()
605 #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */ macro
573 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()
604 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xrep_agfl_init_header()
2307 case XFS_AGFL_MAGIC: in xlog_recover_get_buf_lsn()2476 if (magic32 != XFS_AGFL_MAGIC) { in xlog_recover_validate_buf_type()