Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ag.c246 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_agfblock_init()
Dxfs_format.h599 #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */ macro
Dxfs_alloc.c2676 .magic = { cpu_to_be32(XFS_AGF_MAGIC), cpu_to_be32(XFS_AGF_MAGIC) },
/fs/xfs/scrub/
Dagheader_repair.c188 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xrep_agf_init_header()
/fs/xfs/
Dxfs_log_recover.c2224 case XFS_AGF_MAGIC: in xlog_recover_get_buf_lsn()
2394 if (magic32 != XFS_AGF_MAGIC) { in xlog_recover_validate_buf_type()