Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h203 return (rtbno & mp->m_groups[XG_TYPE_RTG].blkmask) == 0; in xfs_rtbno_is_group_start()
224 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_rtb_to_daddr()
239 struct xfs_groups *g = &mp->m_groups[XG_TYPE_RTG]; in xfs_daddr_to_rtb()
H A Dxfs_rtbitmap.h132 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()
H A Dxfs_rtrmap_btree.c797 mp->m_groups[XG_TYPE_RTG].blocks); in xfs_rtrmapbt_compute_maxlevels()
834 uint32_t blocks = mp->m_groups[XG_TYPE_RTG].blocks; in xfs_rtrmapbt_calc_reserves()
H A Dxfs_sb.c1139 struct xfs_groups *rgs = &mp->m_groups[XG_TYPE_RTG]; in xfs_sb_mount_rextsize()
1186 struct xfs_groups *ags = &mp->m_groups[XG_TYPE_AG]; in xfs_sb_mount_common()
/linux/fs/xfs/
H A Dxfs_mount.h247 struct xfs_groups m_groups[XG_TYPE_MAX]; member
H A Dxfs_icache.c1115 XA_STATE (xas, &mp->m_groups[XG_TYPE_AG].xa, 0); in xfs_reclaim_inodes_count()
H A Dxfs_super.c2083 xa_init(&mp->m_groups[i].xa); in xfs_init_fs_context()