Home
last modified time | relevance | path

Searched refs:new_rgcount (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_rtalloc.c1189 xfs_rgnumber_t *new_rgcount) in xfs_growfs_rt_prep_groups() argument
1193 *new_rgcount = howmany_64(rblocks, mp->m_sb.sb_rgextents * rextsize); in xfs_growfs_rt_prep_groups()
1194 if (*new_rgcount > XFS_MAX_RGNUMBER) in xfs_growfs_rt_prep_groups()
1237 xfs_rgnumber_t new_rgcount = 1; in xfs_growfs_rt() local
1300 in->extsize, &new_rgcount); in xfs_growfs_rt()
1312 for (rgno = old_rgcount; rgno < new_rgcount; rgno++) { in xfs_growfs_rt()
1315 error = xfs_rtgroup_alloc(mp, rgno, new_rgcount, rextents); in xfs_growfs_rt()