Searched refs:start_rgno (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_discard.c | 768 xfs_rgnumber_t start_rgno, end_rgno; in xfs_trim_rtdev_extents() local 781 start_rgno = xfs_rtb_to_rgno(mp, start_rtbno); in xfs_trim_rtdev_extents() 791 while ((rtg = xfs_rtgroup_next_range(mp, rtg, start_rgno, end_rgno))) { in xfs_trim_rtdev_extents()
|
H A D | xfs_rtalloc.c | 1901 xfs_rgnumber_t start_rgno, rgno; in xfs_rtallocate_rtgs() local 1911 start_rgno = xfs_rtb_to_rgno(mp, bno_hint); in xfs_rtallocate_rtgs() 1913 start_rgno = (atomic_inc_return(&mp->m_rtgrotor) - 1) % in xfs_rtallocate_rtgs() 1916 rgno = start_rgno; in xfs_rtallocate_rtgs() 1930 } while (rgno != start_rgno); in xfs_rtallocate_rtgs()
|
H A D | xfs_fsmap.c | 759 xfs_rgnumber_t start_rgno, end_rgno; in xfs_getfsmap_rtdev_rtbitmap() local 779 start_rgno = xfs_rtb_to_rgno(mp, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap() 789 while ((rtg = xfs_rtgroup_next_range(mp, rtg, start_rgno, end_rgno))) { in xfs_getfsmap_rtdev_rtbitmap()
|