Searched refs:rmap_btree (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | rmap_repair.c | 138 struct xfbtree rmap_btree; member 237 mcur = xfs_rmapbt_mem_cursor(sc->sa.pag, sc->tp, &rr->rmap_btree); in xrep_rmap_stash() 243 error = xfbtree_trans_commit(&rr->rmap_btree, sc->tp); in xrep_rmap_stash() 251 xfbtree_trans_cancel(&rr->rmap_btree, sc->tp); in xrep_rmap_stash() 993 mcur = xfs_rmapbt_mem_cursor(rr->sc->sa.pag, NULL, &rr->rmap_btree); in xrep_rmap_find_rmaps() 1378 &rr->rmap_btree); in xrep_rmap_build_new_tree() 1516 mcur = xfs_rmapbt_mem_cursor(rr->sc->sa.pag, NULL, &rr->rmap_btree); in xrep_rmap_remove_old_tree() 1623 mcur = xfs_rmapbt_mem_cursor(rr->sc->sa.pag, tp, &rr->rmap_btree); in xrep_rmapbt_live_update() 1630 error = xfbtree_trans_commit(&rr->rmap_btree, tp); in xrep_rmapbt_live_update() 1639 xfbtree_trans_cancel(&rr->rmap_btree, tp); in xrep_rmapbt_live_update() [all …]
|