Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ag.h33 #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */ macro
Dxfs_fsops.c274 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_growfs_data_private()
Dxfs_alloc.c445 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()
Dxfs_log_recover.c1991 if (magic32 != XFS_AGFL_MAGIC) { in xlog_recovery_validate_buf_type()