Searched refs:xfs_cntbt_init_cursor (Results 1 - 10 of 10) sorted by relevance

/linux-master/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,
575 xfs_cntbt_init_cursor( function
H A Dxfs_alloc.c865 acur->cnt = xfs_cntbt_init_cursor(args->mp, args->tp,
1298 cnt_cur = xfs_cntbt_init_cursor(args->mp, args->tp, args->agbp,
1713 cnt_cur = xfs_cntbt_init_cursor(args->mp, args->tp, args->agbp,
2048 cnt_cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag);
2757 cnt_cur = xfs_cntbt_init_cursor(args->mp, args->tp, agbp,
/linux-master/fs/xfs/
H A Dxfs_discard.c182 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag);
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c271 cur = xfs_cntbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag);
557 cur = xfs_cntbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag);
H A Drmap.c434 cur = xfs_cntbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp,
H A Dalloc_repair.c741 cnt_cur = xfs_cntbt_init_cursor(sc->mp, NULL, NULL, pag);
H A Drepair.c838 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp,
H A Dcommon.c599 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp,
H A Drmap_repair.c1046 sc->sa.cnt_cur = xfs_cntbt_init_cursor(sc->mp, sc->tp, sc->sa.agf_bp,

Completed in 197 milliseconds