Searched refs:xfs_rtgroup_get (Results 1 – 9 of 9) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | health.c | 256 rtg = xfs_rtgroup_get(sc->mp, sc->sm->sm_agno); in xchk_update_health()
|
H A D | metapath.c | 148 rtg = xfs_rtgroup_get(sc->mp, sc->sm->sm_agno); in xchk_setup_metapath_rtginode()
|
H A D | cow_repair.c | 335 rtg = xfs_rtgroup_get(sc->mp, in xrep_cow_find_bad_rt()
|
H A D | reap.c | 834 sc->sr.rtg = xfs_rtgroup_get(sc->mp, xfs_rtb_to_rgno(sc->mp, rtbno)); in xreap_rtmeta_extent()
|
H A D | common.c | 719 sr->rtg = xfs_rtgroup_get(sc->mp, rgno); in xchk_rtgroup_init()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtgroup.h | 114 xfs_rtgroup_get( in xfs_rtgroup_get() function
|
/linux/fs/xfs/ |
H A D | xfs_health.c | 259 struct xfs_rtgroup *rtg = xfs_rtgroup_get(mp, rgno); in xfs_rgno_mark_sick()
|
H A D | xfs_ioctl.c | 425 rtg = xfs_rtgroup_get(mp, rgeo.rg_number); in xfs_ioc_rtgroup_geometry()
|
H A D | xfs_reflink.c | 202 rtg = xfs_rtgroup_get(mp, xfs_rtb_to_rgno(mp, irec->br_startblock)); in xfs_reflink_find_rtshared()
|