Lines Matching refs:agfl_extents
481 struct xbitmap *agfl_extents, in xrep_agfl_collect_blocks() argument
490 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()
521 error = xbitmap_disunion(agfl_extents, &ra.agmetablocks); in xrep_agfl_collect_blocks()
530 *flcount = min_t(uint64_t, xbitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()
570 struct xbitmap *agfl_extents, in xrep_agfl_init_header() argument
600 for_each_xbitmap_extent(br, n, agfl_extents) { in xrep_agfl_init_header()
635 struct xbitmap agfl_extents; in xrep_agfl() local
646 xbitmap_init(&agfl_extents); in xrep_agfl()
671 error = xrep_agfl_collect_blocks(sc, agf_bp, &agfl_extents, &flcount); in xrep_agfl()
681 xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount); in xrep_agfl()
695 error = xrep_reap_extents(sc, &agfl_extents, &XFS_RMAP_OINFO_AG, in xrep_agfl()
698 xbitmap_destroy(&agfl_extents); in xrep_agfl()