Searched refs:agfl_extents (Results 1 – 1 of 1) sorted by relevance
/fs/xfs/scrub/ |
D | agheader_repair.c | 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() [all …]
|