Searched refs:agfl_extents (Results 1 – 1 of 1) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | agheader_repair.c | 534 struct xagb_bitmap *agfl_extents, in xrep_agfl_collect_blocks() argument 543 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks() 572 error = xagb_bitmap_disunion(agfl_extents, &ra.agmetablocks); in xrep_agfl_collect_blocks() 578 error = xagb_bitmap_walk(agfl_extents, xrep_agfl_check_extent, &ra); in xrep_agfl_collect_blocks() 582 error = xagb_bitmap_disunion(agfl_extents, &ra.crossed); in xrep_agfl_collect_blocks() 590 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks() 670 struct xagb_bitmap *agfl_extents, in xrep_agfl_init_header() argument 694 * Fill the AGFL with the remaining blocks. If agfl_extents has more in xrep_agfl_init_header() 700 xagb_bitmap_walk(agfl_extents, xrep_agfl_fill, &af); in xrep_agfl_init_header() 701 error = xagb_bitmap_disunion(agfl_extents, in xrep_agfl_init_header() 717 struct xagb_bitmap agfl_extents; xrep_agfl() local [all...] |