Home
last modified time | relevance | path

Searched refs:XFS_AGF_MAGIC (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf_item_recover.c263 if (magic32 != XFS_AGF_MAGIC) { in xlog_recover_validate_buf_type()
740 case XFS_AGF_MAGIC: in xlog_recover_get_buf_lsn()
/kernel/linux/linux-6.6/fs/xfs/
H A 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()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_ag.c249 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_agfblock_init()
H A Dxfs_alloc.c2942 .magic = { cpu_to_be32(XFS_AGF_MAGIC), cpu_to_be32(XFS_AGF_MAGIC) },
H A Dxfs_format.h636 #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */ macro
661 __be32 agf_magicnum; /* magic number == XFS_AGF_MAGIC */
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dagheader_repair.c188 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xrep_agf_init_header()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader_repair.c204 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xrep_agf_init_header()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ag.c657 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_agfblock_init()
H A Dxfs_format.h470 #define XFS_AGF_MAGIC 0x58414746 /* 'XAGF' */ macro
495 __be32 agf_magicnum; /* magic number == XFS_AGF_MAGIC */
H A Dxfs_alloc.c3153 .magic = { cpu_to_be32(XFS_AGF_MAGIC), cpu_to_be32(XFS_AGF_MAGIC) },

Completed in 22 milliseconds