Searched refs:xfs_rtb_to_rtx (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | rtbitmap.c | 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()
|
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/libxfs/ |
H A D | xfs_types.c | 151 xfs_rtxnum_t rtx = xfs_rtb_to_rtx(mp, rtbno); in xfs_verify_rtbno()
|
H A D | xfs_rtbitmap.h | 127 xfs_rtb_to_rtx( in xfs_rtb_to_rtx() function
|
H A D | xfs_rtbitmap.c | 1141 error = xfs_rtfree_extent(tp, rtg, xfs_rtb_to_rtx(mp, rtbno), in xfs_rtfree_blocks()
|
H A D | xfs_bmap.c | 3013 xfs_rtb_to_rtx(mp, x) < mp->m_sb.sb_rgextents; in xfs_bmap_adjacent_valid()
|
/linux/fs/xfs/ |
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 | 1946 start = xfs_rtb_to_rtx(args.mp, bno_hint); in xfs_rtallocate_rtg()
|