Lines Matching refs:agfl_extents
479 struct xbitmap *agfl_extents, in xrep_agfl_collect_blocks() argument
488 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()
519 error = xbitmap_disunion(agfl_extents, &ra.agmetablocks); in xrep_agfl_collect_blocks()
528 *flcount = min_t(uint64_t, xbitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()
568 struct xbitmap *agfl_extents, in xrep_agfl_init_header() argument
598 for_each_xbitmap_extent(br, n, agfl_extents) { in xrep_agfl_init_header()
632 struct xbitmap agfl_extents; in xrep_agfl() local
644 xbitmap_init(&agfl_extents); in xrep_agfl()
667 error = xrep_agfl_collect_blocks(sc, agf_bp, &agfl_extents, &flcount); in xrep_agfl()
677 xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount); in xrep_agfl()
691 error = xrep_reap_extents(sc, &agfl_extents, &XFS_RMAP_OINFO_AG, in xrep_agfl()
694 xbitmap_destroy(&agfl_extents); in xrep_agfl()