Searched refs:rtg_rgno (Results 1 – 15 of 15) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_zones.c | 27 rtg_rgno(rtg), rtg_rmap(rtg)->i_used_blocks); in xfs_zone_validate_empty() 46 rtg_rgno(rtg), rtg_rmap(rtg)->i_used_blocks); in xfs_zone_validate_wp() 52 rtg_rgno(rtg), wp_fsb); in xfs_zone_validate_wp() 59 rtg_rgno(rtg), *write_pointer); in xfs_zone_validate_wp() 76 rtg_rgno(rtg), rtg_rmap(rtg)->i_used_blocks); in xfs_zone_validate_full() 105 rtg_rgno(rtg), zone->cond); in xfs_zone_validate_seq() 109 rtg_rgno(rtg), zone->cond); in xfs_zone_validate_seq() 127 rtg_rgno(rtg), zone->cond); in xfs_zone_validate_conv() 161 rtg_rgno(rtg), in xfs_zone_validate() 172 rtg_rgno(rtg), XFS_BB_TO_FSB(mp, zone->len), in xfs_zone_validate() [all …]
|
| A D | xfs_rtgroup.c | 277 rgeo->rg_number = rtg_rgno(rtg); in xfs_rtgroup_get_geometry() 478 path = xfs_rtginode_path(rtg_rgno(rtg), type); in xfs_rtginode_load() 498 if (XFS_IS_CORRUPT(mp, ip->i_projid != rtg_rgno(rtg))) { in xfs_rtginode_load() 504 xfs_rtginode_lockdep_setup(ip, rtg_rgno(rtg), type); in xfs_rtginode_load() 542 upd.path = xfs_rtginode_path(rtg_rgno(rtg), type); in xfs_rtginode_create() 554 xfs_rtginode_lockdep_setup(upd.ip, rtg_rgno(rtg), type); in xfs_rtginode_create() 556 upd.ip->i_projid = rtg_rgno(rtg); in xfs_rtginode_create()
|
| A D | xfs_rtgroup.h | 82 static inline xfs_rgnumber_t rtg_rgno(const struct xfs_rtgroup *rtg) in rtg_rgno() function
|
| A D | xfs_rtrmap_btree.c | 1008 ASSERT(rtg_rgno(rtg) == 0); in xfs_rtrmapbt_init_rtsb()
|
| /fs/xfs/ |
| 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()
|
| 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()
|
| A D | xfs_zone_info.c | 34 rtg_rgno(oz->oz_rtg), in xfs_show_open_zone()
|
| A D | xfs_zone_alloc.c | 77 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_zone_account_reclaimable() 998 rtg_rgno(rtg), XFS_RTG_FREE); in xfs_zone_rgbno_is_valid()
|
| A D | xfs_discard.c | 788 if (rtg_rgno(rtg) == end_rgno) in xfs_trim_rtdev_extents()
|
| A D | xfs_trace.h | 373 __entry->rgno = rtg_rgno(rtg); 407 __entry->rgno = rtg_rgno(rtg); 435 __entry->rgno = rtg_rgno(oz->oz_rtg); 472 __entry->rgno = rtg_rgno(rtg); 2022 __entry->rgno = rtg_rgno(rtg); 2059 __entry->rgno = rtg_rgno(rtg);
|
| /fs/xfs/scrub/ |
| A D | rgsuper.c | 83 ASSERT(rtg_rgno(sc->sr.rtg) == 0); in xrep_rgsuperblock()
|
| 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()
|
| A D | common.h | 271 rtg_rgno((sc)->sr.rtg) : (sc)->sm->sm_agno, \
|
| A D | metapath.c | 159 xfs_rtginode_path(rtg_rgno(rtg), type), ip); in xchk_setup_metapath_rtginode()
|
| A D | trace.h | 3729 __entry->rgno = rtg_rgno(rtg);
|
Completed in 44 milliseconds