Searched refs:start_rtx (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_discard.c | 767 xfs_rtxnum_t start_rtx, end_rtx; in xfs_trim_rtdev_extents() local 780 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_trim_rtdev_extents() 798 error = xfs_trim_rtgroup_extents(rtg, start_rtx, in xfs_trim_rtdev_extents() 801 error = xfs_trim_rtextents(rtg, start_rtx, rtg_end, in xfs_trim_rtdev_extents() 810 start_rtx = 0; in xfs_trim_rtdev_extents()
|
H A D | xfs_rtalloc.c | 778 xfs_rtxnum_t start_rtx = 0, end_rtx; in xfs_growfs_rt_free_new() local 781 start_rtx = xfs_rtgroup_extents(mp, rgno); in xfs_growfs_rt_free_new() 788 if (xfs_has_rtsb(nargs->mp) && rgno == 0 && start_rtx == 0) in xfs_growfs_rt_free_new() 789 start_rtx++; in xfs_growfs_rt_free_new() 790 *freed_rtx = end_rtx - start_rtx; in xfs_growfs_rt_free_new() 791 return xfs_rtfree_range(nargs, start_rtx, *freed_rtx); in xfs_growfs_rt_free_new()
|
H A D | xfs_fsmap.c | 758 xfs_rtxnum_t start_rtx, end_rtx; in xfs_getfsmap_rtdev_rtbitmap() local 778 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap() 796 error = xfs_rtalloc_query_range(rtg, tp, start_rtx, end_rtx, in xfs_getfsmap_rtdev_rtbitmap() 821 start_rtx = 0; in xfs_getfsmap_rtdev_rtbitmap()
|