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.c291 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()
H A Dcow_repair.c453 xfs_rtxlen_t maxrtx = xfs_rtb_to_rtx(sc->mp, maxlen); in xrep_cow_alloc_rt()
/linux/fs/xfs/libxfs/
H A Dxfs_types.c151 xfs_rtxnum_t rtx = xfs_rtb_to_rtx(mp, rtbno); in xfs_verify_rtbno()
H A Dxfs_rtbitmap.h127 xfs_rtb_to_rtx( in xfs_rtb_to_rtx() function
H A Dxfs_rtbitmap.c1141 error = xfs_rtfree_extent(tp, rtg, xfs_rtb_to_rtx(mp, rtbno), in xfs_rtfree_blocks()
H A Dxfs_bmap.c3013 xfs_rtb_to_rtx(mp, x) < mp->m_sb.sb_rgextents; in xfs_bmap_adjacent_valid()
/linux/fs/xfs/
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.c1946 start = xfs_rtb_to_rtx(args.mp, bno_hint); in xfs_rtallocate_rtg()