| /linux/fs/xfs/scrub/ |
| H A D | rmap.c | 336 bs->sc->sa.rmap_cur, 0); in xchk_rmapbt_mark_bitmap() 344 xchk_btree_xref_set_corrupt(bs->sc, bs->sc->sa.rmap_cur, 0); in xchk_rmapbt_mark_bitmap() 442 error = xagb_bitmap_set_btblocks(&cr->ag_owned, sc->sa.rmap_cur); in xchk_rmapbt_walk_ag_metadata() 497 xchk_btree_xref_process_error(sc, sc->sa.rmap_cur, in xchk_rmapbt_walk_ag_metadata() 498 sc->sa.rmap_cur->bc_nlevels - 1, &error); in xchk_rmapbt_walk_ag_metadata() 513 struct xfs_btree_cur *cur = sc->sa.rmap_cur; in xchk_rmapbt_check_bitmaps() 565 error = xchk_btree(sc, sc->sa.rmap_cur, xchk_rmapbt_rec, in xchk_rmapbt() 593 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_only_owned_by() 596 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_only_owned_by() 597 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_xref_is_only_owned_by() [all …]
|
| H A D | rtrefcount.c | 315 if (!sc->sr.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_rtrefcountbt_xref_rmap() 325 error = xfs_rmap_query_range(sc->sr.rmap_cur, &low, &high, in xchk_rtrefcountbt_xref_rmap() 327 if (!xchk_should_check_xref(sc, &error, &sc->sr.rmap_cur)) in xchk_rtrefcountbt_xref_rmap() 332 xchk_btree_xref_set_corrupt(sc, sc->sr.rmap_cur, 0); in xchk_rtrefcountbt_xref_rmap() 438 if (bno <= rrc->next_unshared_rgbno || !sc->sr.rmap_cur || in xchk_rtrefcountbt_xref_gaps() 447 error = xfs_rmap_query_range(sc->sr.rmap_cur, &low, &high, in xchk_rtrefcountbt_xref_gaps() 450 xchk_btree_xref_set_corrupt(sc, sc->sr.rmap_cur, 0); in xchk_rtrefcountbt_xref_gaps() 452 xchk_should_check_xref(sc, &error, &sc->sr.rmap_cur); in xchk_rtrefcountbt_xref_gaps() 518 if (!sc->sr.rmap_cur || !sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcount_xref_rmap() 525 error = xchk_count_rmap_ownedby_ag(sc, sc->sa.rmap_cur, btree_oinfo, in xchk_refcount_xref_rmap() [all …]
|
| H A D | refcount.c | 301 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcountbt_xref_rmap() 311 error = xfs_rmap_query_range(sc->sa.rmap_cur, &low, &high, in xchk_refcountbt_xref_rmap() 313 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_refcountbt_xref_rmap() 319 xchk_btree_xref_set_corrupt(sc, sc->sa.rmap_cur, 0); in xchk_refcountbt_xref_rmap() 388 if (bno <= rrc->next_unshared_agbno || !sc->sa.rmap_cur || in xchk_refcountbt_xref_gaps() 397 error = xfs_rmap_query_range(sc->sa.rmap_cur, &low, &high, in xchk_refcountbt_xref_gaps() 400 xchk_btree_xref_set_corrupt(sc, sc->sa.rmap_cur, 0); in xchk_refcountbt_xref_gaps() 402 xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur); in xchk_refcountbt_xref_gaps() 497 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcount_xref_rmap() 504 error = xchk_count_rmap_ownedby_ag(sc, sc->sa.rmap_cur, in xchk_refcount_xref_rmap() [all …]
|
| H A D | rtrmap_repair.c | 420 error = xfs_rmap_query_all(sc->sa.rmap_cur, xrep_rtrmap_walk_rmap, rr); in xrep_rtrmap_scan_ag() 711 struct xfs_btree_cur *rmap_cur; in xrep_rtrmap_build_new_tree() local 728 rmap_cur = xfs_rtrmapbt_init_cursor(NULL, rtg); in xrep_rtrmap_build_new_tree() 729 xfs_btree_stage_ifakeroot(rmap_cur, &rr->new_btree.ifake); in xrep_rtrmap_build_new_tree() 732 error = xfs_btree_bload_compute_geometry(rmap_cur, in xrep_rtrmap_build_new_tree() 770 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr); in xrep_rtrmap_build_new_tree() 779 xfs_rtrmapbt_commit_staged_btree(rmap_cur, sc->tp); in xrep_rtrmap_build_new_tree() 781 xfs_btree_del_cursor(rmap_cur, 0); in xrep_rtrmap_build_new_tree() 801 xfs_btree_del_cursor(rmap_cur, error); in xrep_rtrmap_build_new_tree()
|
| H A D | rmap_repair.c | 1036 struct xfs_btree_cur *rmap_cur, in xrep_rmap_try_reserve() argument 1119 error = xfs_btree_bload_compute_geometry(rmap_cur, in xrep_rmap_try_reserve() 1136 struct xfs_btree_cur *rmap_cur) in xrep_rmap_reserve_space() argument 1144 error = xfs_btree_bload_compute_geometry(rmap_cur, in xrep_rmap_reserve_space() 1162 error = xrep_rmap_try_reserve(rr, rmap_cur, &freesp_blocks, in xrep_rmap_reserve_space() 1338 struct xfs_btree_cur *rmap_cur; in xrep_rmap_build_new_tree() local 1362 rmap_cur = xfs_rmapbt_init_cursor(sc->mp, NULL, NULL, pag); in xrep_rmap_build_new_tree() 1363 xfs_btree_stage_afakeroot(rmap_cur, &rr->new_btree.afake); in xrep_rmap_build_new_tree() 1369 error = xrep_rmap_reserve_space(rr, rmap_cur); in xrep_rmap_build_new_tree() 1401 error = xfs_btree_bload(rmap_cur, &rr->new_btree.bload, rr); in xrep_rmap_build_new_tree() [all …]
|
| H A D | rtrefcount_repair.c | 221 struct xfs_btree_cur *cur = rr->sc->sr.rmap_cur; in xrep_rtrefc_walk_rmaps() 403 error = xfs_btree_decrement(sc->sr.rmap_cur, 0, &have_gt); in xrep_rtrefc_push_rmaps_at() 407 xfs_btree_mark_sick(sc->sr.rmap_cur); in xrep_rtrefc_push_rmaps_at() 427 error = xfs_rmap_query_all(sc->sa.rmap_cur, xrep_rtrefc_walk_rmap, rr); in xrep_rtrefc_scan_ag() 468 error = xfs_btree_goto_left_edge(sc->sr.rmap_cur); in xrep_rtrefc_find_refcounts() 473 while (xfs_btree_has_more_records(sc->sr.rmap_cur)) { in xrep_rtrefc_find_refcounts()
|
| H A D | refcount_repair.c | 233 struct xfs_btree_cur *cur = rr->sc->sa.rmap_cur; in xrep_refc_walk_rmaps() 389 error = xfs_btree_decrement(sc->sa.rmap_cur, 0, &have_gt); in xrep_refc_push_rmaps_at() 393 xfs_btree_mark_sick(sc->sa.rmap_cur); in xrep_refc_push_rmaps_at() 426 error = xfs_btree_goto_left_edge(sc->sa.rmap_cur); in xrep_refc_find_refcounts() 431 while (xfs_btree_has_more_records(sc->sa.rmap_cur)) { in xrep_refc_find_refcounts()
|
| H A D | scrub.h | 118 struct xfs_btree_cur *rmap_cur; member 131 struct xfs_btree_cur *rmap_cur; member
|
| H A D | agheader.c | 513 if (sc->sa.rmap_cur) { in xchk_agf_xref_btreeblks() 514 error = xfs_btree_count_blocks(sc->sa.rmap_cur, &blocks); in xchk_agf_xref_btreeblks() 515 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_agf_xref_btreeblks() 528 if ((xfs_has_rmapbt(mp) && !sc->sa.rmap_cur) || in xchk_agf_xref_btreeblks()
|
| H A D | cow_repair.c | 293 error = xfs_rmap_query_range(sc->sa.rmap_cur, &rm_low, &rm_high, in xrep_cow_find_bad() 377 error = xfs_rmap_query_range(sc->sr.rmap_cur, &rm_low, &rm_high, in xrep_cow_find_bad_rt()
|
| H A D | agheader_repair.c | 459 struct xfs_btree_cur *rmap_cur; member 502 error = xfs_rmap_has_other_keys(ra->rmap_cur, agbno, 1, in xrep_agfl_check_extent() 577 ra.rmap_cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agfl_collect_blocks() 579 xfs_btree_del_cursor(ra.rmap_cur, error); in xrep_agfl_collect_blocks()
|
| H A D | rtbitmap.c | 105 if (!sc->sr.rmap_cur) in xchk_rtbitmap_xref()
|
| H A D | bmap_repair.c | 366 error = xfs_rmap_query_all(sc->sa.rmap_cur, xrep_bmap_walk_rmap, rb); in xrep_bmap_scan_ag() 466 error = xfs_rmap_query_all(sc->sr.rmap_cur, xrep_bmap_walk_rtrmap, rb); in xrep_bmap_scan_rtgroup()
|
| H A D | alloc_repair.c | 379 error = xfs_rmap_query_all(sc->sa.rmap_cur, xrep_abt_walk_rmap, ra); in xrep_abt_find_freespace()
|
| H A D | ialloc_repair.c | 480 error = xfs_rmap_query_all(sc->sa.rmap_cur, xrep_ibt_walk_rmap, ri); in xrep_ibt_find_inodes()
|
| H A D | btree.c | 410 if (!bs->sc->sa.rmap_cur && is_rmapbt) in xchk_btree_check_block_owner()
|
| H A D | inode_repair.c | 817 error = xfs_rmap_query_all(sc->sr.rmap_cur, xrep_dinode_walk_rtrmap, in xrep_dinode_count_rtgroup_rmaps()
|