Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ag.h31 #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */ macro
Dxfs_fsops.c232 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_growfs_data_private()
Dxfs_alloc.c2199 if (!(agf->agf_magicnum == cpu_to_be32(XFS_AGF_MAGIC) && in xfs_agf_verify()
Dxfs_log_recover.c1981 if (magic32 != XFS_AGF_MAGIC) { in xlog_recovery_validate_buf_type()