Home
last modified time | relevance | path

Searched refs:ar_startext (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/
H A Dxfs_discard.c538 if (rec->ar_startext > tr->stop_rtx) { in xfs_trim_gather_rtextent()
544 tr->restart_rtx = rec->ar_startext; in xfs_trim_gather_rtextent()
548 rbno = xfs_rtx_to_rtb(rtg, rec->ar_startext); in xfs_trim_gather_rtextent()
566 tr->restart_rtx = rec->ar_startext + rec->ar_extcount; in xfs_trim_gather_rtextent()
659 tr->restart_rtx = rec->ar_startext; in xfs_trim_gather_rtgroup_extent()
663 rgbno = xfs_rtx_to_rgbno(rtg, rec->ar_startext); in xfs_trim_gather_rtgroup_extent()
685 tr->restart_rtx = rec->ar_startext + rec->ar_extcount; in xfs_trim_gather_rtgroup_extent()
H A Dxfs_fsmap.c728 xfs_rtx_to_rtb(rtg, rec->ar_startext); in xfs_getfsmap_rtdev_rtbitmap_helper()
809 .ar_startext = min(end_rtx + 1, in xfs_getfsmap_rtdev_rtbitmap()
/linux/fs/xfs/scrub/
H A Drtsummary.c188 rbmoff = xfs_rtx_to_rbmblock(mp, rec->ar_startext); in xchk_rtsum_record_free()
192 rtbno = xfs_rtx_to_rtb(rtg, rec->ar_startext); in xchk_rtsum_record_free()
206 trace_xchk_rtsum_record_free(mp, rec->ar_startext, rec->ar_extcount, in xchk_rtsum_record_free()
H A Drtbitmap.c130 startblock = xfs_rtx_to_rtb(rtg, rec->ar_startext); in xchk_rtbitmap_rec()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h374 xfs_rtxnum_t ar_startext; member
H A Dxfs_rtbitmap.c1195 rec.ar_startext = start; in xfs_rtalloc_query_range()