Searched refs:XFS_AGFL_MAGIC (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c279 if (magic32 != XFS_AGFL_MAGIC) {
763 case XFS_AGFL_MAGIC:
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h472 #define XFS_AGFL_MAGIC 0x5841464c /* 'XAFL' */ macro
H A Dxfs_ag.c718 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC);
H A Dxfs_alloc.c766 .magic = { cpu_to_be32(XFS_AGFL_MAGIC), cpu_to_be32(XFS_AGFL_MAGIC) },
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c684 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC);

Completed in 211 milliseconds