Lines Matching refs:flcount
542 xfs_agblock_t *flcount)
599 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents),
613 xfs_agblock_t flcount)
617 ASSERT(flcount <= xfs_agfl_size(sc->mp));
624 sc->sa.pag->pagf_flcount = flcount;
629 agf->agf_flcount = cpu_to_be32(flcount);
630 if (flcount)
631 agf->agf_fllast = cpu_to_be32(flcount - 1);
643 xfs_agblock_t flcount;
661 while (agbno < start + len && af->fl_off < af->flcount)
668 if (af->fl_off == af->flcount)
680 xfs_agblock_t flcount)
684 .flcount = flcount,
690 ASSERT(flcount <= xfs_agfl_size(mp));
730 xfs_agblock_t flcount;
761 error = xrep_agfl_collect_blocks(sc, agf_bp, &agfl_extents, &flcount);
771 * we adjust the AGF flcount (which can fail) so avoid updating any
774 xrep_agfl_update_agf(sc, agf_bp, flcount);
775 error = xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount);