Searched refs:xfs_rtb_to_rtx (Results 1 – 6 of 6) sorted by relevance
291 startext = xfs_rtb_to_rtx(sc->mp, rtbno); in xchk_xref_is_used_rt_space()292 endext = xfs_rtb_to_rtx(sc->mp, rtbno + len - 1); in xchk_xref_is_used_rt_space()
453 xfs_rtxlen_t maxrtx = xfs_rtb_to_rtx(sc->mp, maxlen); in xrep_cow_alloc_rt()
759 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_trim_rtdev_extents()767 end_rtx = xfs_rtb_to_rtx(mp, end_rtbno + mp->m_sb.sb_rextsize - 1); in xfs_trim_rtdev_extents()
779 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap()792 end_rtx = xfs_rtb_to_rtx(mp, in xfs_getfsmap_rtdev_rtbitmap()
1978 start = xfs_rtb_to_rtx(args.mp, bno_hint); in xfs_rtallocate_rtg()
127 xfs_rtb_to_rtx( in xfs_rtb_to_rtx() function