Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtbitmap.c284 startext = xfs_rtb_to_rtx(sc->mp, rtbno); in xchk_xref_is_used_rt_space()
285 endext = xfs_rtb_to_rtx(sc->mp, rtbno + len - 1); in xchk_xref_is_used_rt_space()
H A Dcow_repair.c453 xfs_rtxlen_t maxrtx = xfs_rtb_to_rtx(sc->mp, maxlen); in xrep_cow_alloc_rt()
/linux/fs/xfs/
H A Dxfs_discard.c780 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_trim_rtdev_extents()
788 end_rtx = xfs_rtb_to_rtx(mp, end_rtbno + mp->m_sb.sb_rextsize - 1); in xfs_trim_rtdev_extents()
H A Dxfs_fsmap.c779 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()
H A Dxfs_rtalloc.c1907 start = xfs_rtb_to_rtx(args.mp, bno_hint); in xfs_rtallocate_rtg()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h127 xfs_rtb_to_rtx( in xfs_rtb_to_rtx() function
H A Dxfs_rtbitmap.c1140 error = xfs_rtfree_extent(tp, rtg, xfs_rtb_to_rtx(mp, rtbno), in xfs_rtfree_blocks()
H A Dxfs_bmap.c3155 xfs_rtb_to_rtx(mp, x) < mp->m_sb.sb_rgextents; in xfs_bmap_adjacent_valid()