Searched refs:xfs_cntbt_init_cursor (Results 1 – 10 of 10) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_alloc_btree.h | 53 struct xfs_btree_cur *xfs_cntbt_init_cursor(struct xfs_mount *mp,
|
| A D | xfs_alloc_btree.c | 38 return xfs_cntbt_init_cursor(cur->bc_mp, cur->bc_tp, cur->bc_ag.agbp, in xfs_cntbt_dup_cursor() 503 xfs_cntbt_init_cursor( in xfs_cntbt_init_cursor() function
|
| A D | xfs_alloc.c | 964 acur->cnt = xfs_cntbt_init_cursor(args->mp, args->tp, in xfs_alloc_cur_setup() 1396 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() 2149 cnt_cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_free_ag_extent() 2796 cnt_cur = xfs_cntbt_init_cursor(args->mp, args->tp, agbp, in xfs_exact_minlen_extent_available()
|
| /fs/xfs/ |
| A D | xfs_discard.c | 214 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents() 218 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
|
| /fs/xfs/scrub/ |
| A D | rmap.c | 434 cur = xfs_cntbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xchk_rmapbt_walk_ag_metadata()
|
| A D | alloc_repair.c | 741 cnt_cur = xfs_cntbt_init_cursor(sc->mp, NULL, NULL, pag); in xrep_abt_build_new_trees()
|
| A D | agheader_repair.c | 276 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()
|
| A D | repair.c | 886 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp, in xrep_ag_btcur_init()
|
| A D | common.c | 618 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp, in xchk_ag_btcur_init()
|
| A D | rmap_repair.c | 1091 sc->sa.cnt_cur = xfs_cntbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xrep_rmap_try_reserve()
|
Completed in 23 milliseconds