Searched refs:rtg_rgno (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 86 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_zone_account_reclaimable() 985 rtg_rgno(rtg), XFS_RTG_FREE); in xfs_zone_rgbno_is_valid() 1058 if (!xfs_validate_blk_zone(mp, &zone, rtg_rgno(rtg), in xfs_query_write_pointer() 1096 rtg_rgno(rtg), write_pointer); in xfs_init_zone() 1103 rtg_rgno(rtg), used, rtg->rtg_extents); in xfs_init_zone() 1110 rtg_rgno(rtg), used, write_pointer); in xfs_init_zone() 1116 rtg_rgno(rtg), used); in xfs_init_zone()
|
| H A D | xfs_fsmap.c | 791 if (rtg_rgno(rtg) == end_rgno) in xfs_getfsmap_rtdev_rtbitmap() 807 if (rtg_rgno(rtg) == end_rgno) { in xfs_getfsmap_rtdev_rtbitmap() 977 if (rtg_rgno(rtg) == end_rg) { in xfs_getfsmap_rtdev_rmapbt() 996 trace_xfs_fsmap_low_group_key(mp, info->dev, rtg_rgno(rtg), in xfs_getfsmap_rtdev_rmapbt() 998 trace_xfs_fsmap_high_group_key(mp, info->dev, rtg_rgno(rtg), in xfs_getfsmap_rtdev_rmapbt() 1009 if (rtg_rgno(rtg) == start_rg) in xfs_getfsmap_rtdev_rmapbt() 1017 if (rtg_rgno(rtg) == end_rg) { in xfs_getfsmap_rtdev_rmapbt()
|
| H A D | xfs_rtalloc.c | 783 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_growfs_rt_free_new() 814 step = min(rgblocks, step) + rgblocks * rtg_rgno(rtg); in xfs_growfs_rt_nrblocks() 837 if (rtg_rgno(rtg) > 0) in xfs_growfs_rt_init_rtsb() 906 xfs_rtgs_to_rfsbs(mp, rtg_rgno(rtg) + 1), in xfs_growfs_rt_zoned() 912 xfs_rtgroup_calc_geometry(nmp, rtg, rtg_rgno(rtg), in xfs_growfs_rt_zoned() 981 xfs_rtgroup_calc_geometry(nmp, rtg, rtg_rgno(rtg), in xfs_growfs_rt_bmblock() 1120 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_last_rt_bmblock_to_extend() 1177 if (rtg_rgno(rtg) == nmp->m_sb.sb_rgcount - 1) in xfs_growfs_rt_alloc_blocks() 1182 rtg_rgno(rtg) == mp->m_sb.sb_rgcount - 1) in xfs_growfs_rt_alloc_blocks() 1258 xfs_rtgroup_calc_geometry(mp, rtg, rtg_rgno(rtg), mp->m_sb.sb_rgcount, in xfs_growfs_rtg()
|
| H A D | xfs_discard.c | 773 if (rtg_rgno(rtg) == end_rgno) in xfs_trim_rtdev_extents()
|
| H A D | xfs_trace.h | 377 __entry->rgno = rtg_rgno(rtg); 412 __entry->rgno = rtg_rgno(rtg); 440 __entry->rgno = rtg_rgno(oz->oz_rtg); 478 __entry->rgno = rtg_rgno(rtg); 2053 __entry->rgno = rtg_rgno(rtg); 2090 __entry->rgno = rtg_rgno(rtg);
|
| /linux/fs/xfs/scrub/ |
| H A D | rgsuper.c | 93 ASSERT(rtg_rgno(sc->sr.rtg) == 0); in xrep_rgsuperblock()
|
| H A D | trace.h | 3733 __entry->rgno = rtg_rgno(rtg);
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 82 static inline xfs_rgnumber_t rtg_rgno(const struct xfs_rtgroup *rtg) in rtg_rgno() function
|