Searched refs:xfs_rtb_to_rtx (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | rtbitmap.c | 284 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 D | cow_repair.c | 453 xfs_rtxlen_t maxrtx = xfs_rtb_to_rtx(sc->mp, maxlen); in xrep_cow_alloc_rt()
|
/linux/fs/xfs/ |
H A D | xfs_discard.c | 780 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 D | xfs_fsmap.c | 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()
|
H A D | xfs_rtalloc.c | 1907 start = xfs_rtb_to_rtx(args.mp, bno_hint); in xfs_rtallocate_rtg()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.h | 127 xfs_rtb_to_rtx( in xfs_rtb_to_rtx() function
|
H A D | xfs_rtbitmap.c | 1140 error = xfs_rtfree_extent(tp, rtg, xfs_rtb_to_rtx(mp, rtbno), in xfs_rtfree_blocks()
|
H A D | xfs_bmap.c | 3155 xfs_rtb_to_rtx(mp, x) < mp->m_sb.sb_rgextents; in xfs_bmap_adjacent_valid()
|