Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c282 if (magic32 != XFS_AGFL_MAGIC) { in xlog_recover_validate_buf_type()
827 case XFS_AGFL_MAGIC: in xlog_recover_get_buf_lsn()
/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c698 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xrep_agfl_init_header()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.c728 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_agflblock_init()
H A Dxfs_format.h472 #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */ macro
H A Dxfs_alloc.c737 .magic = { cpu_to_be32(XFS_AGFL_MAGIC), cpu_to_be32(XFS_AGFL_MAGIC) },