Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_buf_item_recover.c272 if (magic32 != XFS_AGF_MAGIC) { in xlog_recover_validate_buf_type()
759 case XFS_AGF_MAGIC: in xlog_recover_get_buf_lsn()
/Linux-v6.1/fs/xfs/scrub/
Dagheader_repair.c198 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xrep_agf_init_header()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ag.c578 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_agfblock_init()
Dxfs_format.h470 #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */ macro
Dxfs_alloc.c3042 .magic = { cpu_to_be32(XFS_AGF_MAGIC), cpu_to_be32(XFS_AGF_MAGIC) },