Home
last modified time | relevance | path

Searched refs:agfl_extents (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dagheader_repair.c479 struct xbitmap *agfl_extents, in xrep_agfl_collect_blocks() argument
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() argument
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, &flcount); in xrep_agfl()
677 xrep_agfl_init_header(sc, agfl_bp, &agfl_extents, flcount); in xrep_agfl()
[all …]