Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_fsops.c157 struct xfs_agfl *agfl; in xfs_growfs_data_private() local
289 agfl = XFS_BUF_TO_AGFL(bp); in xfs_growfs_data_private()
291 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_growfs_data_private()
292 agfl->agfl_seqno = cpu_to_be32(agno); in xfs_growfs_data_private()
293 uuid_copy(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid); in xfs_growfs_data_private()
/fs/xfs/libxfs/
Dxfs_alloc.c523 struct xfs_agfl *agfl = XFS_BUF_TO_AGFL(bp); in xfs_agfl_verify() local
526 if (!uuid_equal(&agfl->agfl_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_agfl_verify()
528 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()
536 if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno) in xfs_agfl_verify()
540 if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()
541 be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()