Searched refs:agfl_extents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader_repair.c | 541 struct xagb_bitmap *agfl_extents, in xrep_agfl_collect_blocks() 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() 703 * Fill the AGFL with the remaining blocks. If agfl_extents has more in xrep_agfl_init_header() 709 xagb_bitmap_walk(agfl_extents, xrep_agfl_fill, &af); in xrep_agfl_init_header() 710 error = xagb_bitmap_disunion(agfl_extents, in xrep_agfl_init_header() 538 xrep_agfl_collect_blocks( struct xfs_scrub *sc, struct xfs_buf *agf_bp, struct xagb_bitmap *agfl_extents, xfs_agblock_t *flcount) xrep_agfl_collect_blocks() argument 676 xrep_agfl_init_header( struct xfs_scrub *sc, struct xfs_buf *agfl_bp, struct xagb_bitmap *agfl_extents, xfs_agblock_t flcount) xrep_agfl_init_header() argument 726 struct xagb_bitmap agfl_extents; xrep_agfl() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | agheader_repair.c | 479 struct xbitmap *agfl_extents, in xrep_agfl_collect_blocks() 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() 592 * Fill the AGFL with the remaining blocks. If agfl_extents has more in xrep_agfl_init_header() 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, in xrep_agfl() 476 xrep_agfl_collect_blocks( struct xfs_scrub *sc, struct xfs_buf *agf_bp, struct xbitmap *agfl_extents, xfs_agblock_t *flcount) xrep_agfl_collect_blocks() argument 565 xrep_agfl_init_header( struct xfs_scrub *sc, struct xfs_buf *agfl_bp, struct xbitmap *agfl_extents, xfs_agblock_t flcount) xrep_agfl_init_header() argument [all...] |
Completed in 3 milliseconds