Searched refs:xfs_cntbt_init_cursor (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.h | 53 struct xfs_btree_cur *xfs_cntbt_init_cursor(struct xfs_mount *mp,
|
H 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() 511 xfs_cntbt_init_cursor( in xfs_cntbt_init_cursor() function
|
/linux/fs/xfs/ |
H A D | xfs_discard.c | 215 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents() 219 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
|
/linux/fs/xfs/scrub/ |
H A D | alloc_repair.c | 741 cnt_cur = xfs_cntbt_init_cursor(sc->mp, NULL, NULL, pag); in xrep_abt_build_new_trees()
|
H 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()
|
H A D | repair.c | 885 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp, in xrep_ag_btcur_init()
|
H A D | common.c | 618 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp, in xchk_ag_btcur_init()
|
H A D | rmap_repair.c | 1093 sc->sa.cnt_cur = xfs_cntbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xrep_rmap_try_reserve()
|