Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtrmap_btree.c50 return xfs_rtrmapbt_init_cursor(cur->bc_tp, to_rtg(cur->bc_group)); in xfs_rtrmapbt_dup_cursor()
504 xfs_rtrmapbt_init_cursor( in xfs_rtrmapbt_init_cursor() function
1012 cur = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_rtrmapbt_init_rtsb()
1031 cur = xfs_rtrmapbt_init_cursor(NULL, rtg); in xfs_rtrmap_highest_rgbno()
H A Dxfs_rtrmap_btree.h19 struct xfs_btree_cur *xfs_rtrmapbt_init_cursor(struct xfs_trans *tp,
/linux/fs/xfs/
H A Dxfs_notify_failure.c315 cur = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_dax_notify_dev_failure()
H A Dxfs_verify_media.c133 cur = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_verify_report_losses()
H A Dxfs_zone_gc.c349 cur = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_zone_gc_query()
H A Dxfs_fsmap.c867 *curpp = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_getfsmap_rtdev_rmapbt_query()
/linux/fs/xfs/scrub/
H A Dbmap.c729 cur = xfs_rtrmapbt_init_cursor(sc->tp, rtg); in xchk_bmap_check_rt_rmaps()
H A Dreap.c921 cur = xfs_rtrmapbt_init_cursor(sc->tp, sc->sr.rtg); in xreap_rgextent_select()