Lines Matching refs:ri
680 struct xrep_findroot *ri, in xrep_findroot_block() argument
686 struct xfs_mount *mp = ri->sc->mp; in xrep_findroot_block()
693 daddr = XFS_AGB_TO_DADDR(mp, ri->sc->sa.pag->pag_agno, agbno); in xrep_findroot_block()
702 error = xfs_agfl_walk(mp, ri->agf, ri->agfl_bp, in xrep_findroot_block()
728 error = xfs_trans_read_buf(mp, ri->sc->tp, mp->m_ddev_targp, daddr, in xrep_findroot_block()
822 trace_xrep_findroot_block(mp, ri->sc->sa.pag->pag_agno, agbno, in xrep_findroot_block()
825 xfs_trans_brelse(ri->sc->tp, bp); in xrep_findroot_block()
839 struct xrep_findroot *ri = priv; in xrep_findroot_rmap() local
852 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap()
855 error = xrep_findroot_block(ri, fab, in xrep_findroot_rmap()
877 struct xrep_findroot ri; in xrep_find_ag_btree_roots() local
885 ri.sc = sc; in xrep_find_ag_btree_roots()
886 ri.btree_info = btree_info; in xrep_find_ag_btree_roots()
887 ri.agf = agf_bp->b_addr; in xrep_find_ag_btree_roots()
888 ri.agfl_bp = agfl_bp; in xrep_find_ag_btree_roots()
897 error = xfs_rmap_query_all(cur, xrep_findroot_rmap, &ri); in xrep_find_ag_btree_roots()