Searched refs:xfs_rtrmapbt_init_cursor (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtrmap_btree.h | 19 struct xfs_btree_cur *xfs_rtrmapbt_init_cursor(struct xfs_trans *tp,
|
H A D | xfs_rtrmap_btree.c | 50 return xfs_rtrmapbt_init_cursor(cur->bc_tp, to_rtg(cur->bc_group)); in xfs_rtrmapbt_dup_cursor() 525 xfs_rtrmapbt_init_cursor( in xfs_rtrmapbt_init_cursor() function 1031 cur = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_rtrmapbt_init_rtsb()
|
H A D | xfs_rmap.c | 2668 *pcur = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_rtrmap_finish_init_cursor()
|
/linux/fs/xfs/ |
H A D | xfs_notify_failure.c | 308 cur = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_dax_notify_dev_failure()
|
H A D | xfs_fsmap.c | 867 *curpp = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_getfsmap_rtdev_rmapbt_query()
|
/linux/fs/xfs/scrub/ |
H A D | common.c | 799 sr->rmap_cur = xfs_rtrmapbt_init_cursor(sc->tp, sr->rtg); in xchk_rtgroup_lock() 1695 cur = xfs_rtrmapbt_init_cursor(sc->tp, sc->sr.rtg); in xchk_meta_btree_count_blocks()
|
H A D | rtrmap_repair.c | 733 rmap_cur = xfs_rtrmapbt_init_cursor(NULL, rtg); in xrep_rtrmap_build_new_tree()
|
H A D | reap.c | 711 cur = xfs_rtrmapbt_init_cursor(sc->tp, sc->sr.rtg); in xreap_rgextent_select()
|
H A D | bmap.c | 729 cur = xfs_rtrmapbt_init_cursor(sc->tp, rtg); in xchk_bmap_check_rt_rmaps()
|
H A D | repair.c | 1012 sr->rmap_cur = xfs_rtrmapbt_init_cursor(sc->tp, sr->rtg); in xrep_rtgroup_btcur_init()
|
H A D | rmap_repair.c | 550 cur = xfs_rtrmapbt_init_cursor(sc->tp, rtg); in xrep_rmap_scan_meta_btree()
|