Searched refs:start_rtx (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/ |
| A D | xfs_discard.c | 761 xfs_rtxnum_t start_rtx, end_rtx; in xfs_trim_rtdev_extents() local 774 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_trim_rtdev_extents() 792 error = xfs_trim_rtgroup_extents(rtg, start_rtx, in xfs_trim_rtdev_extents() 795 error = xfs_trim_rtextents(rtg, start_rtx, rtg_end, in xfs_trim_rtdev_extents() 804 start_rtx = 0; in xfs_trim_rtdev_extents()
|
| A D | xfs_rtalloc.c | 781 xfs_rtxnum_t start_rtx = 0, end_rtx; in xfs_growfs_rt_free_new() local 784 start_rtx = xfs_rtgroup_extents(mp, rgno); in xfs_growfs_rt_free_new() 791 if (xfs_has_rtsb(nargs->mp) && rgno == 0 && start_rtx == 0) in xfs_growfs_rt_free_new() 792 start_rtx++; in xfs_growfs_rt_free_new() 793 *freed_rtx = end_rtx - start_rtx; in xfs_growfs_rt_free_new() 794 return xfs_rtfree_range(nargs, start_rtx, *freed_rtx); in xfs_growfs_rt_free_new()
|
| A D | xfs_fsmap.c | 759 xfs_rtxnum_t start_rtx, end_rtx; in xfs_getfsmap_rtdev_rtbitmap() local 779 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap() 797 error = xfs_rtalloc_query_range(rtg, tp, start_rtx, end_rtx, in xfs_getfsmap_rtdev_rtbitmap() 822 start_rtx = 0; in xfs_getfsmap_rtdev_rtbitmap()
|
Completed in 11 milliseconds