Searched refs:first_rgno (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 283 void xfs_free_rtgroups(struct xfs_mount *mp, xfs_rgnumber_t first_rgno, 285 int xfs_initialize_rtgroups(struct xfs_mount *mp, xfs_rgnumber_t first_rgno, 345 xfs_rgnumber_t first_rgno, xfs_rgnumber_t end_rgno) in xfs_free_rtgroups() argument 350 xfs_rgnumber_t first_rgno, xfs_rgnumber_t end_rgno, in xfs_initialize_rtgroups() argument
|
| H A D | xfs_rtgroup.c | 129 xfs_rgnumber_t first_rgno, in xfs_free_rtgroups() argument 134 for (rgno = first_rgno; rgno < end_rgno; rgno++) in xfs_free_rtgroups() 142 xfs_rgnumber_t first_rgno, in xfs_initialize_rtgroups() argument 149 if (first_rgno >= end_rgno) in xfs_initialize_rtgroups() 152 for (index = first_rgno; index < end_rgno; index++) { in xfs_initialize_rtgroups() 161 xfs_free_rtgroups(mp, first_rgno, index); in xfs_initialize_rtgroups()
|