Searched refs:m_groups (Results 1 – 10 of 10) sorted by relevance
226 return (rtbno & mp->m_groups[XG_TYPE_RTG].blkmask) == 0; in xfs_rtbno_is_group_start()247 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_rtb_to_daddr()263 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_daddr_to_rtb()382 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_rtgroup_raw_size()
132 rtbno &= mp->m_groups[XG_TYPE_RTG].blkmask; in xfs_rtb_to_rtx()154 rtbno &= mp->m_groups[XG_TYPE_RTG].blkmask; in xfs_rtb_to_rtxoff()
1209 struct xfs_groups *rgs = &mp->m_groups[XG_TYPE_RTG]; in xfs_sb_mount_rextsize()1260 struct xfs_groups *ags = &mp->m_groups[XG_TYPE_AG]; in xfs_sb_mount_common()
53 mp->m_groups[XG_TYPE_RTG].blocks; in xfs_zone_bucket()449 XA_STATE (xas, &mp->m_groups[XG_TYPE_RTG].xa, 0); in xfs_open_zone()650 XFS_FSB_TO_B(mp, mp->m_groups[XG_TYPE_RTG].blocks); in xfs_zoned_pack_tight()943 return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa, in xfs_zone_rgbno_is_valid()1337 .zone_capacity = mp->m_groups[XG_TYPE_RTG].blocks, in xfs_mount_zones()
692 struct xfs_groups *g = &mp->m_groups[type]; in xfs_calc_group_awu_max()708 struct xfs_groups *g = &mp->m_groups[type]; in xfs_calc_atomic_write_unit_max()731 max(mp->m_groups[XG_TYPE_AG].blocks, in xfs_set_max_atomic_write_opt()732 mp->m_groups[XG_TYPE_RTG].blocks); in xfs_set_max_atomic_write_opt()
289 struct xfs_groups m_groups[XG_TYPE_MAX]; member
1122 XA_STATE (xas, &mp->m_groups[XG_TYPE_AG].xa, 0); in xfs_reclaim_inodes_count()
1294 uint32_t gblocks = mp->m_groups[XG_TYPE_RTG].blocks; in xfs_growfs_check_rtgeom()
2251 xa_init(&mp->m_groups[i].xa); in xfs_init_fs_context()
501 __entry->blocks = mp->m_groups[XG_TYPE_RTG].blocks;