Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c289 if (magic32 != XFS_AGI_MAGIC) { in xlog_recover_validate_buf_type()
831 case XFS_AGI_MAGIC: in xlog_recover_get_buf_lsn()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c1934 ASSERT(agi->agi_magicnum == cpu_to_be32(XFS_AGI_MAGIC)); in xfs_difree_inobt()
2461 ASSERT(agi->agi_magicnum == cpu_to_be32(XFS_AGI_MAGIC)); in xfs_ialloc_log_agi()
2578 .magic = { cpu_to_be32(XFS_AGI_MAGIC), cpu_to_be32(XFS_AGI_MAGIC) },
H A Dxfs_ag.c747 agi->agi_magicnum = cpu_to_be32(XFS_AGI_MAGIC); in xfs_agiblock_init()
H A Dxfs_format.h471 #define XFS_AGI_MAGIC 0x58414749 /* 'XAGI' */ macro
/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c861 agi->agi_magicnum = cpu_to_be32(XFS_AGI_MAGIC); in xrep_agi_init_header()