Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_fsops.c230 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_growfs_data_private()
Dxfs_log_recover.c1867 case XFS_AGF_MAGIC: in xlog_recover_get_buf_lsn()
2016 if (magic32 != XFS_AGF_MAGIC) { in xlog_recover_validate_buf_type()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h559 #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */ macro
Dxfs_alloc.c2209 if (!(agf->agf_magicnum == cpu_to_be32(XFS_AGF_MAGIC) && in xfs_agf_verify()