Searched refs:rtg_rgno (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.c | 278 rgeo->rg_number = rtg_rgno(rtg); in xfs_rtgroup_get_geometry() 479 path = xfs_rtginode_path(rtg_rgno(rtg), type); in xfs_rtginode_load() 499 if (XFS_IS_CORRUPT(mp, ip->i_projid != rtg_rgno(rtg))) { in xfs_rtginode_load() 505 xfs_rtginode_lockdep_setup(ip, rtg_rgno(rtg), type); in xfs_rtginode_load() 543 upd.path = xfs_rtginode_path(rtg_rgno(rtg), type); in xfs_rtginode_create() 555 xfs_rtginode_lockdep_setup(upd.ip, rtg_rgno(rtg), type); in xfs_rtginode_create() 557 upd.ip->i_projid = rtg_rgno(rtg); in xfs_rtginode_create()
|
| H A D | xfs_rtgroup.h | 82 static inline xfs_rgnumber_t rtg_rgno(const struct xfs_rtgroup *rtg) in rtg_rgno() function
|
| H A D | xfs_rtrmap_btree.c | 1008 ASSERT(rtg_rgno(rtg) == 0); in xfs_rtrmapbt_init_rtsb()
|
| /linux/fs/xfs/scrub/ |
| H A D | rgsuper.c | 83 ASSERT(rtg_rgno(sc->sr.rtg) == 0); in xrep_rgsuperblock()
|
| H A D | rtrmap_repair.c | 233 rtg_rgno(rf->rr->sc->sr.rtg)) in xrep_rtrmap_visit_bmbt() 552 if (xfs_has_rtsb(sc->mp) && rtg_rgno(rr->sc->sr.rtg) == 0) { in xrep_rtrmap_find_rmaps() 897 rtg_rgno(sc->sr.rtg)); in xrep_rtrmap_setup_scan()
|
| H A D | common.h | 271 rtg_rgno((sc)->sr.rtg) : (sc)->sm->sm_agno, \
|
| H A D | metapath.c | 159 xfs_rtginode_path(rtg_rgno(rtg), type), ip); in xchk_setup_metapath_rtginode()
|
| H A D | trace.h | 3774 __entry->rgno = rtg_rgno(rtg);
|
| /linux/fs/xfs/ |
| 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 | 780 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_growfs_rt_free_new() 811 step = min(rgblocks, step) + rgblocks * rtg_rgno(rtg); in xfs_growfs_rt_nrblocks() 834 if (rtg_rgno(rtg) > 0) in xfs_growfs_rt_init_rtsb() 909 xfs_rtgroup_calc_geometry(nmp, rtg, rtg_rgno(rtg), in xfs_growfs_rt_zoned() 970 xfs_rtgroup_calc_geometry(nmp, rtg, rtg_rgno(rtg), in xfs_growfs_rt_bmblock() 1091 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_last_rt_bmblock() 1140 if (rtg_rgno(rtg) == nmp->m_sb.sb_rgcount - 1) in xfs_growfs_rt_alloc_blocks() 1145 rtg_rgno(rtg) == mp->m_sb.sb_rgcount - 1) in xfs_growfs_rt_alloc_blocks() 1220 xfs_rtgroup_calc_geometry(mp, rtg, rtg_rgno(rtg), mp->m_sb.sb_rgcount, in xfs_growfs_rtg()
|
| H A D | xfs_zone_info.c | 34 rtg_rgno(oz->oz_rtg), in xfs_show_open_zone()
|
| H A D | xfs_zone_alloc.c | 85 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_zone_account_reclaimable() 954 rtg_rgno(rtg), XFS_RTG_FREE); in xfs_zone_rgbno_is_valid()
|
| H A D | xfs_discard.c | 773 if (rtg_rgno(rtg) == end_rgno) in xfs_trim_rtdev_extents()
|