Searched refs:agfl_bno (Results 1 – 3 of 3) sorted by relevance
206 &(XFS_BUF_TO_AGFL(bp)->agfl_bno[0]) : \226 __be32 agfl_bno[]; /* actually XFS_AGFL_SIZE(mp) */ member
457 if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()458 be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()2020 __be32 *agfl_bno; in xfs_alloc_get_freelist() local2046 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()2047 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()2145 __be32 *agfl_bno; in xfs_alloc_put_freelist() local2175 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_put_freelist()2176 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
279 agfl->agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_growfs_data_private()