Searched refs:start_rgno (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 155 xfs_rgnumber_t start_rgno, in xfs_rtgroup_next_range() argument 159 start_rgno, end_rgno, XG_TYPE_RTG)); in xfs_rtgroup_next_range()
|
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 747 xfs_rgnumber_t start_rgno, end_rgno; in xfs_trim_rtdev_extents() local 760 start_rgno = xfs_rtb_to_rgno(mp, start_rtbno); in xfs_trim_rtdev_extents() 770 while ((rtg = xfs_rtgroup_next_range(mp, rtg, start_rgno, end_rgno))) { in xfs_trim_rtdev_extents()
|
| H A D | xfs_rtalloc.c | 2048 xfs_rgnumber_t start_rgno, rgno; in xfs_rtallocate_rtgs() local 2058 start_rgno = xfs_rtb_to_rgno(mp, bno_hint); in xfs_rtallocate_rtgs() 2060 start_rgno = (atomic_inc_return(&mp->m_rtgrotor) - 1) % in xfs_rtallocate_rtgs() 2063 rgno = start_rgno; in xfs_rtallocate_rtgs() 2077 } while (rgno != start_rgno); in xfs_rtallocate_rtgs()
|
| H A D | xfs_fsmap.c | 760 xfs_rgnumber_t start_rgno, end_rgno; in xfs_getfsmap_rtdev_rtbitmap() local 780 start_rgno = xfs_rtb_to_rgno(mp, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap() 790 while ((rtg = xfs_rtgroup_next_range(mp, rtg, start_rgno, end_rgno))) { in xfs_getfsmap_rtdev_rtbitmap()
|