Lines Matching refs:ri
453 struct xrep_findroot *ri, in xrep_findroot_block() argument
459 struct xfs_mount *mp = ri->sc->mp; in xrep_findroot_block()
466 daddr = XFS_AGB_TO_DADDR(mp, ri->sc->sa.pag->pag_agno, agbno); in xrep_findroot_block()
475 error = xfs_agfl_walk(mp, ri->agf, ri->agfl_bp, in xrep_findroot_block()
501 error = xfs_trans_read_buf(mp, ri->sc->tp, mp->m_ddev_targp, daddr, in xrep_findroot_block()
595 trace_xrep_findroot_block(mp, ri->sc->sa.pag->pag_agno, agbno, in xrep_findroot_block()
598 xfs_trans_brelse(ri->sc->tp, bp); in xrep_findroot_block()
612 struct xrep_findroot *ri = priv; in xrep_findroot_rmap() local
625 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap()
628 error = xrep_findroot_block(ri, fab, in xrep_findroot_rmap()
650 struct xrep_findroot ri; in xrep_find_ag_btree_roots() local
658 ri.sc = sc; in xrep_find_ag_btree_roots()
659 ri.btree_info = btree_info; in xrep_find_ag_btree_roots()
660 ri.agf = agf_bp->b_addr; in xrep_find_ag_btree_roots()
661 ri.agfl_bp = agfl_bp; in xrep_find_ag_btree_roots()
670 error = xfs_rmap_query_all(cur, xrep_findroot_rmap, &ri); in xrep_find_ag_btree_roots()