Lines Matching refs:flcount
480 xfs_agblock_t *flcount) in xrep_agfl_collect_blocks() argument
528 *flcount = min_t(uint64_t, xbitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()
543 xfs_agblock_t flcount) in xrep_agfl_update_agf() argument
547 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()
554 sc->sa.pag->pagf_flcount = flcount; in xrep_agfl_update_agf()
556 agf->agf_flcount = cpu_to_be32(flcount); in xrep_agfl_update_agf()
557 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf()
569 xfs_agblock_t flcount) in xrep_agfl_init_header() argument
579 ASSERT(flcount <= xfs_agfl_size(mp)); in xrep_agfl_init_header()
603 while (br->len > 0 && fl_off < flcount) { in xrep_agfl_init_header()
636 xfs_agblock_t flcount; in xrep_agfl() local
667 error = xrep_agfl_collect_blocks(sc, agf_bp, &agfl_extents, &flcount); in xrep_agfl()
676 xrep_agfl_update_agf(sc, agf_bp, flcount); in xrep_agfl()
677 xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount); in xrep_agfl()