xfs_group_grab
return to_perag(xfs_group_grab(mp, agno, XG_TYPE_AG));
return xfs_group_grab(mp, index, type);
struct xfs_group *xfs_group_grab(struct xfs_mount *mp, uint32_t index,
return to_rtg(xfs_group_grab(mp, rgno, XG_TYPE_RTG));
DEFINE_GROUP_REF_EVENT(xfs_group_grab);