Searched refs:agfl_bno (Results 1 – 3 of 3) sorted by relevance
215 __be32 *agfl_bno; in xfs_growfs_data_private() local277 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, bp); in xfs_growfs_data_private()279 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_growfs_data_private()
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()2030 __be32 *agfl_bno; in xfs_alloc_get_freelist() local2056 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()2057 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()2155 __be32 *agfl_bno; in xfs_alloc_put_freelist() local2185 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_put_freelist()2186 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
736 &(XFS_BUF_TO_AGFL(bp)->agfl_bno[0]) : \756 __be32 agfl_bno[]; /* actually XFS_AGFL_SIZE(mp) */ member