Home
last modified time | relevance | path

Searched refs:agfl (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_fsops.c149 struct xfs_agfl *agfl; in xfs_growfs_data_private() local
272 agfl = XFS_BUF_TO_AGFL(bp); in xfs_growfs_data_private()
274 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_growfs_data_private()
275 agfl->agfl_seqno = cpu_to_be32(agno); in xfs_growfs_data_private()
276 uuid_copy(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid); in xfs_growfs_data_private()
/fs/xfs/libxfs/
Dxfs_alloc.c464 struct xfs_agfl *agfl = XFS_BUF_TO_AGFL(bp); in xfs_agfl_verify() local
467 if (!uuid_equal(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_agfl_verify()
469 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()
477 if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno) in xfs_agfl_verify()
481 if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()
482 be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()