Searched refs:xfs_rmapbt_init_cursor (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_rmap_btree.h | 44 struct xfs_btree_cur *xfs_rmapbt_init_cursor(struct xfs_mount *mp,
|
D | xfs_rmap_btree.c | 56 return xfs_rmapbt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_rmapbt_dup_cursor() 522 xfs_rmapbt_init_cursor( in xfs_rmapbt_init_cursor() function
|
D | xfs_rmap.c | 810 cur = xfs_rmapbt_init_cursor(mp, tp, agbp, pag); in xfs_rmap_free() 1057 cur = xfs_rmapbt_init_cursor(mp, tp, agbp, pag); in xfs_rmap_alloc() 2484 rcur = xfs_rmapbt_init_cursor(mp, tp, agbp, ri->ri_pag); in xfs_rmap_finish_one()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_notify_failure.c | 139 cur = xfs_rmapbt_init_cursor(mp, tp, agf_bp, pag); in xfs_dax_notify_ddev_failure()
|
D | xfs_fsmap.c | 736 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_rmapbt_query()
|
/linux-6.6.21/fs/xfs/scrub/ |
D | agheader_repair.c | 287 cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agf_calc_from_btrees() 555 cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agfl_collect_blocks() 586 ra.rmap_cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agfl_collect_blocks()
|
D | reap.c | 308 cur = xfs_rmapbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xreap_agextent_select()
|
D | repair.c | 669 cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_find_ag_btree_roots()
|
D | bmap.c | 622 cur = xfs_rmapbt_init_cursor(sc->mp, sc->tp, agf, pag); in xchk_bmap_check_ag_rmaps()
|
D | common.c | 588 sa->rmap_cur = xfs_rmapbt_init_cursor(mp, sc->tp, sa->agf_bp, in xchk_ag_btcur_init()
|