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