Home
last modified time | relevance | path

Searched refs:xfs_rtrefcountbt_init_cursor (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.h18 struct xfs_btree_cur *xfs_rtrefcountbt_init_cursor(struct xfs_trans *tp,
H A Dxfs_rtrefcount_btree.c48 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
H A Dxfs_refcount.c1529 *pcur = rcur = xfs_rtrefcountbt_init_cursor(tp, rtg); in xfs_rtrefcount_finish_one()
2104 cur = xfs_rtrefcountbt_init_cursor(tp, to_rtg(xg)); in xfs_refcount_recover_cow_leftovers()
/linux/fs/xfs/
H A Dxfs_reflink.c205 cur = xfs_rtrefcountbt_init_cursor(tp, rtg); in xfs_reflink_find_rtshared()
H A Dxfs_fsmap.c224 cur = xfs_rtrefcountbt_init_cursor(tp, to_rtg(info->group)); in xfs_getfsmap_is_shared()