Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/scrub/
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()
998 mcur = xfs_rmapbt_mem_cursor(rr->sc->sa.pag, NULL, &rr->rmap_btree); in xrep_rmap_find_rmaps()
1383 &rr->rmap_btree); in xrep_rmap_build_new_tree()
1521 mcur = xfs_rmapbt_mem_cursor(rr->sc->sa.pag, NULL, &rr->rmap_btree); in xrep_rmap_remove_old_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()
[all …]