Home
last modified time | relevance | path

Searched refs:xfs_rgbno_to_rtx (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Drtbitmap_repair.c206 startrtx = xfs_rgbno_to_rtx(mp, rtb->next_rgbno); in xrep_rtbitmap_mark_free()
211 nextrtx = xfs_rgbno_to_rtx(mp, rgbno - 1) + 1; in xrep_rtbitmap_mark_free()
H A Drepair.c1055 startrtx = xfs_rgbno_to_rtx(mp, rgbno); in xrep_require_rtext_inuse()
1056 endrtx = xfs_rgbno_to_rtx(mp, rgbno + len - 1); in xrep_require_rtext_inuse()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h38 xfs_rgbno_to_rtx( in xfs_rgbno_to_rtx() function
/linux/fs/xfs/
H A Dxfs_rtalloc.c1785 *resrtx = xfs_rgbno_to_rtx(mp, aligned_rgbno); in xfs_rtalloc_check_busy()
1789 *resrtx = xfs_rgbno_to_rtx(mp, rgbno); in xfs_rtalloc_check_busy()