Searched refs:xfs_rtb_to_rgbno (Results 1 – 13 of 13) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | rtbitmap.c | 101 xfs_rgblock_t rgbno = xfs_rtb_to_rgbno(sc->mp, startblock); in xchk_rtbitmap_xref() 286 xfs_rtb_to_rgbno(sc->mp, rtbno) + len - 1)) in xchk_xref_is_used_rt_space()
|
H A D | cow_repair.c | 333 xc->irec_startbno = xfs_rtb_to_rgbno(sc->mp, xc->irec.br_startblock); in xrep_cow_find_bad_rt()
|
H A D | bmap_repair.c | 111 agbno = xfs_rtb_to_rgbno(sc->mp, startblock); in xrep_bmap_discover_shared()
|
H A D | rtrmap_repair.c | 240 rgbno = xfs_rtb_to_rgbno(mp, rec->br_startblock); in xrep_rtrmap_visit_bmbt()
|
H A D | reap.c | 823 xfs_rgblock_t rgbno = xfs_rtb_to_rgbno(sc->mp, rtbno); in xreap_rtmeta_extent()
|
H A D | bmap.c | 349 rgbno = xfs_rtb_to_rgbno(info->sc->mp, irec->br_startblock); in xchk_bmap_rt_iextent_xref()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_zones.c | 56 *write_pointer = xfs_rtb_to_rgbno(mp, wp_fsb); in xfs_zone_validate_wp()
|
H A D | xfs_rtgroup.h | 213 xfs_rtb_to_rgbno( in xfs_rtb_to_rgbno() function
|
H A D | xfs_rtbitmap.c | 1148 xfs_rtb_to_rgbno(mp, rtbno), rtlen, 0); in xfs_rtfree_blocks()
|
H A D | xfs_refcount.c | 1510 bno = xfs_rtb_to_rgbno(mp, ri->ri_startblock); in xfs_rtrefcount_finish_one()
|
/linux/fs/xfs/ |
H A D | xfs_zone_alloc.c | 178 trace_xfs_zone_record_blocks(oz, xfs_rtb_to_rgbno(mp, fsbno), len); in xfs_zone_record_blocks() 346 trace_xfs_zone_free_blocks(rtg, xfs_rtb_to_rgbno(mp, fsbno), len); in xfs_zone_free_blocks() 770 if (xfs_rtb_to_rgbno(mp, xfs_daddr_to_rtb(mp, sector)) == 0) in xfs_mark_rtg_boundary() 1094 if (xfs_rtb_to_rgbno(mp, zsbno) != 0) { in xfs_get_zone_info_cb()
|
H A D | xfs_fsmap.c | 960 info->low.rm_startblock = xfs_rtb_to_rgbno(mp, start_rtb); in xfs_getfsmap_rtdev_rmapbt() 979 xfs_rtb_to_rgbno(mp, end_rtb); in xfs_getfsmap_rtdev_rmapbt()
|
H A D | xfs_reflink.c | 201 orig_bno = xfs_rtb_to_rgbno(mp, irec->br_startblock); in xfs_reflink_find_rtshared()
|