Searched refs:agfl_bno (Results 1 – 3 of 3) sorted by relevance
785 __be32 *agfl_bno = xfs_buf_to_agfl_bno(bp); in xfs_agfl_verify() local 805 if (be32_to_cpu(agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify() 806 be32_to_cpu(agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify() 3037 __be32 *agfl_bno; in xfs_alloc_get_freelist() local 3060 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist() 3061 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist() 3146 __be32 *agfl_bno; in xfs_alloc_put_freelist() local 3172 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_put_freelist() 3173 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist() 4153 __be32 *agfl_bno; in xfs_agfl_walk() local [all...]
542 __be32 *agfl_bno; in xfs_agflblock_init() local 551 agfl_bno = xfs_buf_to_agfl_bno(bp); in xfs_agflblock_init() 553 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_agflblock_init()
633 __be32 *agfl_bno; member 653 af->agfl_bno[af->fl_off++] = cpu_to_be32(agbno++); in xrep_agfl_fill() 699 af.agfl_bno = xfs_buf_to_agfl_bno(agfl_bp); in xrep_agfl_init_header()