Home
last modified time | relevance | path

Searched refs:xfs_bnobt_init_cursor (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.h50 struct xfs_btree_cur *xfs_bnobt_init_cursor(struct xfs_mount *mp,
H A Dxfs_alloc_btree.c30 return xfs_bnobt_init_cursor(cur->bc_mp, cur->bc_tp, cur->bc_ag.agbp, in xfs_bnobt_dup_cursor()
477 xfs_bnobt_init_cursor( in xfs_bnobt_init_cursor() function
H A Dxfs_alloc.c974 acur->bnolt = xfs_bnobt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup()
977 acur->bnogt = xfs_bnobt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup()
1334 bno_cur = xfs_bnobt_init_cursor(args->mp, args->tp, args->agbp, in xfs_alloc_ag_vextent_exact()
2000 bno_cur = xfs_bnobt_init_cursor(args->mp, args->tp, args->agbp, in xfs_alloc_ag_vextent_size()
2075 bno_cur = xfs_bnobt_init_cursor(mp, tp, agbp, pag); in xfs_free_ag_extent()
/linux/fs/xfs/scrub/
H A Drmap_repair.c997 sc->sa.bno_cur = xfs_bnobt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xrep_rmap_find_rmaps()
1082 sc->sa.bno_cur = xfs_bnobt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xrep_rmap_try_reserve()
1536 sc->sa.bno_cur = xfs_bnobt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xrep_rmap_remove_old_tree()
H A Dalloc_repair.c738 bno_cur = xfs_bnobt_init_cursor(sc->mp, NULL, NULL, pag); in xrep_abt_build_new_trees()
H A Dagheader_repair.c263 cur = xfs_bnobt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agf_calc_from_btrees()
555 cur = xfs_bnobt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agfl_collect_blocks()
H A Drepair.c884 sa->bno_cur = xfs_bnobt_init_cursor(mp, sc->tp, sa->agf_bp, in xrep_ag_btcur_init()
H A Dcommon.c612 sa->bno_cur = xfs_bnobt_init_cursor(mp, sc->tp, sa->agf_bp, in xchk_ag_btcur_init()
/linux/fs/xfs/
H A Dxfs_discard.c197 cur = xfs_bnobt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
H A Dxfs_fsmap.c652 *curpp = xfs_bnobt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()