Searched refs:xfs_bnobt_init_cursor (Results 1 – 9 of 9) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.h | 50 struct xfs_btree_cur *xfs_bnobt_init_cursor(struct xfs_mount *mp,
|
H A D | xfs_alloc_btree.c | 30 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 D | xfs_alloc.c | 976 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 D | xfs_discard.c | 188 cur = xfs_bnobt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
|
H A D | xfs_fsmap.c | 645 *curpp = xfs_bnobt_init_cursor(tp->t_mountp, tp, info->agf_bp, in xfs_getfsmap_datadev_bnobt_query()
|
/linux/fs/xfs/scrub/ |
H A D | rmap.c | 424 cur = xfs_bnobt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp, in xchk_rmapbt_walk_ag_metadata()
|
H A D | agheader_repair.c | 263 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 D | common.c | 596 sa->bno_cur = xfs_bnobt_init_cursor(mp, sc->tp, sa->agf_bp, in xchk_ag_btcur_init()
|
H A D | repair.c | 841 sa->bno_cur = xfs_bnobt_init_cursor(mp, sc->tp, sa->agf_bp, in xrep_ag_btcur_init()
|