Searched refs:rtg_group (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 31 struct xfs_group rtg_group; member 69 return container_of(xg, struct xfs_rtgroup, rtg_group); in to_rtg() 72 static inline struct xfs_group *rtg_group(struct xfs_rtgroup *rtg) in rtg_group() function 74 return &rtg->rtg_group; in rtg_group() 79 return rtg->rtg_group.xg_mount; in rtg_mount() 84 return rtg->rtg_group.xg_gno; in rtg_rgno() 89 return rtg->rtg_group.xg_block_count; in rtg_blocks() 125 return to_rtg(xfs_group_hold(rtg_group(rtg))); in xfs_rtgroup_hold() 132 xfs_group_put(rtg_group(rtg)); in xfs_rtgroup_put() 148 xfs_group_rele(rtg_group(rtg)); in xfs_rtgroup_rele() [all …]
|
| H A D | xfs_rtgroup.c | 86 rtg_group(rtg)->xg_block_count = in xfs_rtgroup_calc_geometry() 88 rtg_group(rtg)->xg_min_gbno = xfs_rtgroup_min_block(mp, rgno); in xfs_rtgroup_calc_geometry() 107 error = xfs_group_insert(mp, rtg_group(rtg), rgno, XG_TYPE_RTG); in xfs_rtgroup_alloc() 183 rtg_group(rtg)->xg_block_count = rtg->rtg_extents * mp->m_sb.sb_rextsize; in xfs_update_last_rtgroup_size() 436 xfs_group_mark_sick(rtg_group(rtg), ops->sick); in xfs_rtginode_mark_sick()
|
| H A D | xfs_rtbitmap.h | 29 xfs_rtblock_t start = xfs_group_start_fsb(rtg_group(rtg)); in xfs_rtx_to_rtb()
|
| /linux/fs/xfs/ |
| H A D | xfs_health.c | 65 xfs_health_unmount_group(rtg_group(rtg), &warn); in xfs_health_unmount() 313 xfs_group_mark_sick(rtg_group(rtg), mask); in xfs_rgno_mark_sick() 491 xfs_group_measure_sickness(rtg_group(rtg), &sick, &checked); in xfs_fsop_geom_health() 589 xfs_group_measure_sickness(rtg_group(rtg), &sick, &checked); in xfs_rtgroup_geom_health()
|
| H A D | xfs_discard.c | 649 trace_xfs_discard_toosmall(rtg_group(rtg), rgbno, len); in xfs_trim_gather_rtgroup_extent() 657 if (xfs_extent_busy_search(rtg_group(rtg), rgbno, len)) { in xfs_trim_gather_rtgroup_extent() 658 trace_xfs_discard_busy(rtg_group(rtg), rgbno, len); in xfs_trim_gather_rtgroup_extent() 662 xfs_extent_busy_insert_discard(rtg_group(rtg), rgbno, len, in xfs_trim_gather_rtgroup_extent()
|
| H A D | xfs_fsmap.c | 795 info->group = rtg_group(rtg); in xfs_getfsmap_rtdev_rtbitmap() 976 info->group = rtg_group(rtg); in xfs_getfsmap_rtdev_rmapbt()
|