Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Drmap_repair.c138 struct xfbtree rmap_btree; member
240 mcur = xfs_rmapbt_mem_cursor(sc->sa.pag, sc->tp, &rr->rmap_btree); in xrep_rmap_stash()
246 error = xfbtree_trans_commit(&rr->rmap_btree, sc->tp); in xrep_rmap_stash()
254 xfbtree_trans_cancel(&rr->rmap_btree, sc->tp); in xrep_rmap_stash()
1383 &rr->rmap_btree); in xrep_rmap_build_new_tree()
1631 mcur = xfs_rmapbt_mem_cursor(rr->sc->sa.pag, tp, &rr->rmap_btree); in xrep_rmapbt_live_update()
1638 error = xfbtree_trans_commit(&rr->rmap_btree, tp); in xrep_rmapbt_live_update()
1647 xfbtree_trans_cancel(&rr->rmap_btree, tp); in xrep_rmapbt_live_update()
1667 error = xfs_rmapbt_mem_init(sc->mp, &rr->rmap_btree, sc->xmbtp, in xrep_rmap_setup_scan()
1690 xfbtree_destroy(&rr->rmap_btree); in xrep_rmap_setup_scan()
[all …]