Lines Matching refs:flcount
542 xfs_agblock_t *flcount) in xrep_agfl_collect_blocks() argument
599 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()
613 xfs_agblock_t flcount) in xrep_agfl_update_agf() argument
617 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()
624 sc->sa.pag->pagf_flcount = flcount; in xrep_agfl_update_agf()
629 agf->agf_flcount = cpu_to_be32(flcount); in xrep_agfl_update_agf()
630 if (flcount) in xrep_agfl_update_agf()
631 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf()
643 xfs_agblock_t flcount; member
661 while (agbno < start + len && af->fl_off < af->flcount) in xrep_agfl_fill()
668 if (af->fl_off == af->flcount) in xrep_agfl_fill()
680 xfs_agblock_t flcount) in xrep_agfl_init_header() argument
684 .flcount = flcount, in xrep_agfl_init_header()
690 ASSERT(flcount <= xfs_agfl_size(mp)); in xrep_agfl_init_header()
730 xfs_agblock_t flcount; in xrep_agfl() local
761 error = xrep_agfl_collect_blocks(sc, agf_bp, &agfl_extents, &flcount); in xrep_agfl()
774 xrep_agfl_update_agf(sc, agf_bp, flcount); in xrep_agfl()
775 error = xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount); in xrep_agfl()