Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c172 xfs_rgnumber_t prev_rgcount) in xfs_update_last_rtgroup_size() argument
176 ASSERT(prev_rgcount > 0); in xfs_update_last_rtgroup_size()
178 rtg = xfs_rtgroup_grab(mp, prev_rgcount - 1); in xfs_update_last_rtgroup_size()
181 rtg->rtg_extents = __xfs_rtgroup_extents(mp, prev_rgcount - 1, in xfs_update_last_rtgroup_size()
H A Dxfs_rtgroup.h294 xfs_rgnumber_t prev_rgcount);