Searched refs:agfl_extents (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | agheader_repair.c | 541 struct xagb_bitmap *agfl_extents, in xrep_agfl_collect_blocks() argument 550 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks() 581 error = xagb_bitmap_disunion(agfl_extents, &ra.agmetablocks); in xrep_agfl_collect_blocks() 587 error = xagb_bitmap_walk(agfl_extents, xrep_agfl_check_extent, &ra); in xrep_agfl_collect_blocks() 591 error = xagb_bitmap_disunion(agfl_extents, &ra.crossed); in xrep_agfl_collect_blocks() 599 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks() 679 struct xagb_bitmap *agfl_extents, in xrep_agfl_init_header() argument 709 xagb_bitmap_walk(agfl_extents, xrep_agfl_fill, &af); in xrep_agfl_init_header() 710 error = xagb_bitmap_disunion(agfl_extents, &af.used_extents); in xrep_agfl_init_header() 726 struct xagb_bitmap agfl_extents; in xrep_agfl() local [all …]
|