Home
last modified time | relevance | path

Searched refs:xfs_cntbt_init_cursor (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.h53 struct xfs_btree_cur *xfs_cntbt_init_cursor(struct xfs_mount *mp,
H A Dxfs_alloc_btree.c38 return xfs_cntbt_init_cursor(cur->bc_mp, cur->bc_tp, cur->bc_ag.agbp, in xfs_cntbt_dup_cursor()
511 xfs_cntbt_init_cursor( in xfs_cntbt_init_cursor() function
H A Dxfs_alloc.c966 acur->cnt = xfs_cntbt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup()
1397 cnt_cur = xfs_cntbt_init_cursor(args->mp, args->tp, args->agbp, in xfs_alloc_ag_vextent_exact()
1812 cnt_cur = xfs_cntbt_init_cursor(args->mp, args->tp, args->agbp, in xfs_alloc_ag_vextent_size()
2148 cnt_cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_free_ag_extent()
2784 cnt_cur = xfs_cntbt_init_cursor(args->mp, args->tp, agbp, in xfs_exact_minlen_extent_available()
/linux/fs/xfs/
H A Dxfs_discard.c194 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
198 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
/linux/fs/xfs/scrub/
H A Drmap.c434 cur = xfs_cntbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xchk_rmapbt_walk_ag_metadata()
H A Dagheader_repair.c276 cur = xfs_cntbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agf_calc_from_btrees()
562 cur = xfs_cntbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag); in xrep_agfl_collect_blocks()
H A Dcommon.c602 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp, in xchk_ag_btcur_init()
H A Drepair.c843 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp, in xrep_ag_btcur_init()