Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
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()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.c623 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_agflblock_init()
Dxfs_format.h475 #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */ macro
Dxfs_alloc.c867 .magic = { cpu_to_be32(XFS_AGFL_MAGIC), cpu_to_be32(XFS_AGFL_MAGIC) },
/linux-6.12.1/fs/xfs/scrub/
Dagheader_repair.c689 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xrep_agfl_init_header()