agfl              291 fs/xfs/libxfs/xfs_ag.c 	struct xfs_agfl		*agfl = XFS_BUF_TO_AGFL(bp);
agfl              296 fs/xfs/libxfs/xfs_ag.c 		agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC);
agfl              297 fs/xfs/libxfs/xfs_ag.c 		agfl->agfl_seqno = cpu_to_be32(id->agno);
agfl              298 fs/xfs/libxfs/xfs_ag.c 		uuid_copy(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid);
agfl              555 fs/xfs/libxfs/xfs_alloc.c 	struct xfs_agfl	*agfl = XFS_BUF_TO_AGFL(bp);
agfl              567 fs/xfs/libxfs/xfs_alloc.c 	if (!xfs_verify_magic(bp, agfl->agfl_magicnum))
agfl              569 fs/xfs/libxfs/xfs_alloc.c 	if (!uuid_equal(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid))
agfl              577 fs/xfs/libxfs/xfs_alloc.c 	if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno)
agfl              581 fs/xfs/libxfs/xfs_alloc.c 		if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK &&
agfl              582 fs/xfs/libxfs/xfs_alloc.c 		    be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks)
agfl              583 fs/xfs/scrub/agheader_repair.c 	struct xfs_agfl		*agfl;
agfl              593 fs/xfs/scrub/agheader_repair.c 	agfl = XFS_BUF_TO_AGFL(agfl_bp);
agfl              594 fs/xfs/scrub/agheader_repair.c 	memset(agfl, 0xFF, BBTOB(agfl_bp->b_length));
agfl              595 fs/xfs/scrub/agheader_repair.c 	agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC);
agfl              596 fs/xfs/scrub/agheader_repair.c 	agfl->agfl_seqno = cpu_to_be32(sc->sa.agno);
agfl              597 fs/xfs/scrub/agheader_repair.c 	uuid_copy(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid);
agfl              407 fs/xfs/scrub/common.c 	struct xfs_buf		**agfl)
agfl              420 fs/xfs/scrub/common.c 	error = xfs_alloc_read_agfl(mp, sc->tp, agno, agfl);
agfl              124 fs/xfs/scrub/common.h 		struct xfs_buf **agfl);