Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_fsops.c147 struct xfs_agfl *agfl; in xfs_growfs_data_private() local
270 agfl = XFS_BUF_TO_AGFL(bp); in xfs_growfs_data_private()
272 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_growfs_data_private()
273 agfl->agfl_seqno = cpu_to_be32(agno); in xfs_growfs_data_private()
274 uuid_copy(&agfl->agfl_uuid, &mp->m_sb.sb_uuid); in xfs_growfs_data_private()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c450 struct xfs_agfl *agfl = XFS_BUF_TO_AGFL(bp); in xfs_agfl_verify() local
453 if (!uuid_equal(&agfl->agfl_uuid, &mp->m_sb.sb_uuid)) in xfs_agfl_verify()
455 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()
463 if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno) in xfs_agfl_verify()
467 if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()
468 be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()