Lines Matching refs:agfl_bno
603 __be32 *agfl_bno = xfs_buf_to_agfl_bno(bp); in xfs_agfl_verify() local
629 if (be32_to_cpu(agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()
630 be32_to_cpu(agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()
2708 __be32 *agfl_bno; in xfs_alloc_get_freelist() local
2731 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
2732 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()
2814 __be32 *agfl_bno; in xfs_alloc_put_freelist() local
2842 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_put_freelist()
2843 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
3707 __be32 *agfl_bno; in xfs_agfl_walk() local
3711 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_agfl_walk()
3720 error = walk_fn(mp, be32_to_cpu(agfl_bno[i]), priv); in xfs_agfl_walk()