Searched refs:xfs_rtrefcountbt_init_cursor (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_rtrefcount_btree.h | 18 struct xfs_btree_cur *xfs_rtrefcountbt_init_cursor(struct xfs_trans *tp,
|
D | xfs_rtrefcount_btree.c | 48 return xfs_rtrefcountbt_init_cursor(cur->bc_tp, to_rtg(cur->bc_group)); in xfs_rtrefcountbt_dup_cursor() 401 xfs_rtrefcountbt_init_cursor( in xfs_rtrefcountbt_init_cursor() function
|
D | xfs_refcount.c | 1531 *pcur = rcur = xfs_rtrefcountbt_init_cursor(tp, rtg); in xfs_rtrefcount_finish_one() 2108 cur = xfs_rtrefcountbt_init_cursor(tp, to_rtg(xg)); in xfs_refcount_recover_cow_leftovers()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | common.c | 802 sr->refc_cur = xfs_rtrefcountbt_init_cursor(sc->tp, sr->rtg); in xchk_rtgroup_lock() 1698 cur = xfs_rtrefcountbt_init_cursor(sc->tp, sc->sr.rtg); in xchk_meta_btree_count_blocks()
|
D | rtrefcount_repair.c | 641 refc_cur = xfs_rtrefcountbt_init_cursor(NULL, rtg); in xrep_rtrefc_build_new_tree()
|
D | repair.c | 1017 sr->refc_cur = xfs_rtrefcountbt_init_cursor(sc->tp, sr->rtg); in xrep_rtgroup_btcur_init()
|
D | rmap_repair.c | 553 cur = xfs_rtrefcountbt_init_cursor(sc->tp, rtg); in xrep_rmap_scan_meta_btree()
|
/linux-6.14.4/fs/xfs/ |
D | xfs_reflink.c | 205 cur = xfs_rtrefcountbt_init_cursor(tp, rtg); in xfs_reflink_find_rtshared()
|
D | xfs_fsmap.c | 224 cur = xfs_rtrefcountbt_init_cursor(tp, to_rtg(info->group)); in xfs_getfsmap_is_shared()
|