Symbol: rtg_rmap
fs/xfs/libxfs/xfs_metafile.c
287
used += rtg_rmap(rtg)->i_nblocks;
fs/xfs/libxfs/xfs_rtgroup.c
211
if ((rtglock_flags & XFS_RTGLOCK_RMAP) && rtg_rmap(rtg))
fs/xfs/libxfs/xfs_rtgroup.c
212
xfs_ilock(rtg_rmap(rtg), XFS_ILOCK_EXCL);
fs/xfs/libxfs/xfs_rtgroup.c
231
if ((rtglock_flags & XFS_RTGLOCK_RMAP) && rtg_rmap(rtg))
fs/xfs/libxfs/xfs_rtgroup.c
232
xfs_iunlock(rtg_rmap(rtg), XFS_ILOCK_EXCL);
fs/xfs/libxfs/xfs_rtgroup.c
263
if ((rtglock_flags & XFS_RTGLOCK_RMAP) && rtg_rmap(rtg))
fs/xfs/libxfs/xfs_rtgroup.c
264
xfs_trans_ijoin(tp, rtg_rmap(rtg), XFS_ILOCK_EXCL);
fs/xfs/libxfs/xfs_rtrmap_btree.c
1023
struct xfs_btree_block *block = rtg_rmap(rtg)->i_df.if_broot;
fs/xfs/libxfs/xfs_rtrmap_btree.c
508
struct xfs_inode *ip = rtg_rmap(rtg);
fs/xfs/scrub/rtbitmap.c
287
xchk_ip_xref_set_corrupt(sc, rtg_rmap(rtg));
fs/xfs/scrub/rtrmap.c
261
xfs_rmap_inode_bmbt_owner(&oinfo, rtg_rmap(sc->sr.rtg), XFS_DATA_FORK);
fs/xfs/scrub/rtrmap.c
57
error = xchk_install_live_inode(sc, rtg_rmap(sc->sr.rtg));
fs/xfs/scrub/rtrmap_repair.c
748
error = xfs_trans_reserve_more_inode(sc->tp, rtg_rmap(rtg),
fs/xfs/xfs_rtalloc.c
858
if (rtg_rmap(args->rtg) != NULL)
fs/xfs/xfs_trace.h
378
__entry->used = rtg_rmap(rtg)->i_used_blocks;
fs/xfs/xfs_trace.h
413
__entry->used = rtg_rmap(rtg)->i_used_blocks;
fs/xfs/xfs_trace.h
441
__entry->used = rtg_rmap(oz->oz_rtg)->i_used_blocks;
fs/xfs/xfs_trace.h
479
__entry->used = rtg_rmap(rtg)->i_used_blocks;
fs/xfs/xfs_zone_alloc.c
1051
uint32_t used = rtg_rmap(rtg)->i_used_blocks;
fs/xfs/xfs_zone_alloc.c
171
uint32_t used = rtg_rmap(rtg)->i_used_blocks;
fs/xfs/xfs_zone_alloc.c
200
xfs_assert_ilocked(rtg_rmap(oz->oz_rtg), XFS_ILOCK_EXCL);
fs/xfs/xfs_zone_alloc.c
238
struct xfs_inode *rmapip = rtg_rmap(rtg);
fs/xfs/xfs_zone_alloc.c
382
struct xfs_inode *rmapip = rtg_rmap(rtg);
fs/xfs/xfs_zone_alloc.c
85
uint32_t used = rtg_rmap(rtg)->i_used_blocks;
fs/xfs/xfs_zone_alloc.c
940
lockdep_assert_held(&rtg_rmap(rtg)->i_lock);
fs/xfs/xfs_zone_gc.c
1005
xfs_log_force_inode(rtg_rmap(rtg));
fs/xfs/xfs_zone_gc.c
473
if (rtg_rmap(rtg)->i_used_blocks == 0 ||
fs/xfs/xfs_zone_gc.c
474
rtg_rmap(rtg)->i_used_blocks >= victim_used) {
fs/xfs/xfs_zone_gc.c
482
victim_used = rtg_rmap(rtg)->i_used_blocks;
fs/xfs/xfs_zone_gc.c
491
rtg_rmap(rtg)->i_used_blocks < rtg_blocks(rtg) / 100)
fs/xfs/xfs_zone_gc.c
946
ASSERT(rtg_rmap(rtg)->i_used_blocks == 0);
fs/xfs/xfs_zone_info.c
36
rtg_rmap(oz->oz_rtg)->i_used_blocks,