Lines Matching refs:flcount
480 xfs_agblock_t *flcount)
528 *flcount = min_t(uint64_t, xbitmap_hweight(agfl_extents),
543 xfs_agblock_t flcount)
547 ASSERT(flcount <= xfs_agfl_size(sc->mp));
554 sc->sa.pag->pagf_flcount = flcount;
556 agf->agf_flcount = cpu_to_be32(flcount);
557 agf->agf_fllast = cpu_to_be32(flcount - 1);
569 xfs_agblock_t flcount)
579 ASSERT(flcount <= xfs_agfl_size(mp));
603 while (br->len > 0 && fl_off < flcount) {
636 xfs_agblock_t flcount;
667 error = xrep_agfl_collect_blocks(sc, agf_bp, &agfl_extents, &flcount);
673 * we adjust the AGF flcount (which can fail) so avoid updating any
676 xrep_agfl_update_agf(sc, agf_bp, flcount);
677 xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount);