Home
last modified time | relevance | path

Searched refs:xfs_bnobt_init_cursor (Results 1 – 9 of 9) 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()
485 xfs_bnobt_init_cursor( in xfs_bnobt_init_cursor() function
H A Dxfs_alloc.c976 acur->bnolt = xfs_bnobt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup()
979 acur->bnogt = xfs_bnobt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup()
1336 bno_cur = xfs_bnobt_init_cursor(args->mp, args->tp, args->agbp, in xfs_alloc_ag_vextent_exact()
1998 bno_cur = xfs_bnobt_init_cursor(args->mp, args->tp, args->agbp, in xfs_alloc_ag_vextent_size()
2074 bno_cur = xfs_bnobt_init_cursor(mp, tp, agbp, pag); in xfs_free_ag_extent()
/linux/fs/xfs/
H A Dxfs_discard.c188 cur = xfs_bnobt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
H A Dxfs_fsmap.c645 *curpp = xfs_bnobt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()
/linux/fs/xfs/scrub/
H A Drmap.c424 cur = xfs_bnobt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xchk_rmapbt_walk_ag_metadata()
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 Dcommon.c596 sa->bno_cur = xfs_bnobt_init_cursor(mp, sc->tp, sa->agf_bp, in xchk_ag_btcur_init()
H A Drepair.c841 sa->bno_cur = xfs_bnobt_init_cursor(mp, sc->tp, sa->agf_bp, in xrep_ag_btcur_init()