Searched refs:xfs_rmapbt_init_cursor (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_rmap_btree.h | 43 struct xfs_btree_cur *xfs_rmapbt_init_cursor(struct xfs_mount *mp,
 | 
| D | xfs_rmap_btree.c | 53 	return xfs_rmapbt_init_cursor(cur->bc_mp, cur->bc_tp,  in xfs_rmapbt_dup_cursor()455 xfs_rmapbt_init_cursor(  in xfs_rmapbt_init_cursor()  function
 
 | 
| D | xfs_rmap.c | 662 	cur = xfs_rmapbt_init_cursor(mp, tp, agbp, agno);  in xfs_rmap_free()899 	cur = xfs_rmapbt_init_cursor(mp, tp, agbp, agno);  in xfs_rmap_alloc()
 2205 		rcur = xfs_rmapbt_init_cursor(mp, tp, agbp, agno);  in xfs_rmap_finish_one()
 
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | repair.c | 550 	cur = xfs_rmapbt_init_cursor(sc->mp, sc->tp, agf_bp, agno);  in xrep_reap_block()889 	cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.agno);  in xrep_find_ag_btree_roots()
 
 | 
| D | agheader_repair.c | 271 	cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.agno);  in xrep_agf_calc_from_btrees()494 	cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.agno);  in xrep_agfl_collect_blocks()
 
 | 
| D | common.c | 503 		sa->rmap_cur = xfs_rmapbt_init_cursor(mp, sc->tp, sa->agf_bp,  in xchk_ag_btcur_init()
 | 
| D | bmap.c | 545 	cur = xfs_rmapbt_init_cursor(sc->mp, sc->tp, agf, agno);  in xchk_bmap_check_ag_rmaps()
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_fsmap.c | 682 	*curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp,  in xfs_getfsmap_datadev_rmapbt_query()
 |