Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_fsops.c272 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_growfs_data_private()
Dxfs_log_recover.c1871 case XFS_AGFL_MAGIC: in xlog_recover_get_buf_lsn()
2024 if (magic32 != XFS_AGFL_MAGIC) { in xlog_recover_validate_buf_type()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h561 #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */ macro
Dxfs_alloc.c455 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()