Home
last modified time | relevance | path

Searched refs:rtg_rgno (Results 1 – 13 of 13) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c278 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 Dxfs_rtgroup.h82 static inline xfs_rgnumber_t rtg_rgno(const struct xfs_rtgroup *rtg) in rtg_rgno() function
H A Dxfs_rtrmap_btree.c1008 ASSERT(rtg_rgno(rtg) == 0); in xfs_rtrmapbt_init_rtsb()
/linux/fs/xfs/
H A Dxfs_zone_alloc.c85 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_zone_account_reclaimable()
941 rtg_rgno(rtg), XFS_RTG_FREE); in xfs_zone_rgbno_is_valid()
1006 if (!xfs_validate_blk_zone(mp, &zone, rtg_rgno(rtg), in xfs_query_write_pointer()
1044 rtg_rgno(rtg), write_pointer); in xfs_init_zone()
1051 rtg_rgno(rtg), used, rtg->rtg_extents); in xfs_init_zone()
1058 rtg_rgno(rtg), used, write_pointer); in xfs_init_zone()
1064 rtg_rgno(rtg), used); in xfs_init_zone()
H A Dxfs_fsmap.c791 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 Dxfs_rtalloc.c783 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()
912 xfs_rtgroup_calc_geometry(nmp, rtg, rtg_rgno(rtg), in xfs_growfs_rt_zoned()
973 xfs_rtgroup_calc_geometry(nmp, rtg, rtg_rgno(rtg), in xfs_growfs_rt_bmblock()
1112 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_last_rt_bmblock_to_extend()
1169 if (rtg_rgno(rtg) == nmp->m_sb.sb_rgcount - 1) in xfs_growfs_rt_alloc_blocks()
1174 rtg_rgno(rtg) == mp->m_sb.sb_rgcount - 1) in xfs_growfs_rt_alloc_blocks()
1250 xfs_rtgroup_calc_geometry(mp, rtg, rtg_rgno(rtg), mp->m_sb.sb_rgcount, in xfs_growfs_rtg()
H A Dxfs_zone_info.c34 rtg_rgno(oz->oz_rtg), in xfs_show_open_zone()
H A Dxfs_discard.c773 if (rtg_rgno(rtg) == end_rgno) in xfs_trim_rtdev_extents()
H A Dxfs_trace.h377 __entry->rgno = rtg_rgno(rtg);
411 __entry->rgno = rtg_rgno(rtg);
439 __entry->rgno = rtg_rgno(oz->oz_rtg);
476 __entry->rgno = rtg_rgno(rtg);
2051 __entry->rgno = rtg_rgno(rtg);
2088 __entry->rgno = rtg_rgno(rtg);
/linux/fs/xfs/scrub/
H A Drgsuper.c83 ASSERT(rtg_rgno(sc->sr.rtg) == 0); in xrep_rgsuperblock()
H A Drtrmap_repair.c230 rtg_rgno(rf->rr->sc->sr.rtg)) in xrep_rtrmap_visit_bmbt()
549 if (xfs_has_rtsb(sc->mp) && rtg_rgno(rr->sc->sr.rtg) == 0) { in xrep_rtrmap_find_rmaps()
894 rtg_rgno(sc->sr.rtg)); in xrep_rtrmap_setup_scan()
H A Dmetapath.c159 xfs_rtginode_path(rtg_rgno(rtg), type), ip); in xchk_setup_metapath_rtginode()
H A Dtrace.h3766 __entry->rgno = rtg_rgno(rtg);