Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag.c223 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_agflblock_init()
Dxfs_format.h605 #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */ macro
Dxfs_alloc.c573 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c604 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xrep_agfl_init_header()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2307 case XFS_AGFL_MAGIC: in xlog_recover_get_buf_lsn()
2476 if (magic32 != XFS_AGFL_MAGIC) { in xlog_recover_validate_buf_type()