Home
last modified time | relevance | path

Searched refs:rtg_mount (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h77 static inline struct xfs_mount *rtg_mount(const struct xfs_rtgroup *rtg) in rtg_mount() function
175 ASSERT(xfs_has_rtgroups(rtg_mount(rtg))); in xfs_verify_rgbno()
191 ASSERT(xfs_has_rtgroups(rtg_mount(rtg))); in xfs_verify_rgbext()
235 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rgbno()
H A Dxfs_rtbitmap.h28 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rtb()
H A Dxfs_rtrefcount_btree.c406 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtrefcountbt_init_cursor()
/linux/fs/xfs/
H A Dxfs_discard.c532 rlen = xfs_rtbxlen_to_blen(rtg_mount(rtg), rec->ar_extcount); in xfs_trim_gather_rtextent()
536 trace_xfs_discard_rttoosmall(rtg_mount(rtg), rbno, rlen); in xfs_trim_gather_rtextent()
561 struct xfs_mount *mp = rtg_mount(rtg); in xfs_trim_rtextents()
645 len = xfs_rtxlen_to_extlen(rtg_mount(rtg), rec->ar_extcount); in xfs_trim_gather_rtgroup_extent()
678 struct xfs_mount *mp = rtg_mount(rtg); in xfs_trim_rtgroup_extents()
729 xfs_discard_extents(rtg_mount(rtg), tr.extents); in xfs_trim_rtgroup_extents()
H A Dxfs_zone_alloc.c83 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_account_reclaimable()
169 struct xfs_mount *mp = rtg_mount(rtg); in xfs_open_zone_mark_full()
225 xfs_add_frextents(rtg_mount(rtg), len); in xfs_zone_skip_blocks()
750 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_alloc_blocks()
944 return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa, in xfs_zone_rgbno_is_valid()
953 atomic_inc(&rtg_mount(rtg)->m_zone_info->zi_nr_free_zones); in xfs_zone_mark_free()
1001 struct xfs_mount *mp = rtg_mount(rtg); in xfs_query_write_pointer()
1049 struct xfs_mount *mp = rtg_mount(rtg); in xfs_init_zone()
1273 return !bdev_zone_is_seq(rtg_mount(rtg)->m_rtdev_targp->bt_bdev, in xfs_zone_is_conv()
H A Dxfs_rtalloc.c670 if (!xfs_has_zoned(rtg_mount(rtg))) in xfs_rtunmount_rtg()
735 tp = xfs_trans_alloc_empty(rtg_mount(rtg)); in xfs_rtginode_ensure()
782 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_free_new()
807 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_nrblocks()
895 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_zoned()
957 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_bmblock()
1119 struct xfs_mount *mp = rtg_mount(rtg); in xfs_last_rt_bmblock_to_extend()
1155 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_alloc_blocks()
1237 if (bmblocks != rtg_mount(rtg)->m_sb.sb_rbmblocks) { in xfs_growfs_rtg()
1758 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtpick_extent()
[all …]
H A Dxfs_zone_gc.c930 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_gc_finish_reset()
953 struct xfs_mount *mp = rtg_mount(rtg); in xfs_submit_zone_reset_bio()
991 bio_init(&bio, rtg_mount(rtg)->m_rtdev_targp->bt_bdev, NULL, 0, in xfs_zone_gc_reset_sync()
1021 bio = bio_alloc_bioset(rtg_mount(rtg)->m_rtdev_targp->bt_bdev, in xfs_zone_gc_reset_zones()
H A Dxfs_fsmap.c725 struct xfs_mount *mp = rtg_mount(rtg); in xfs_getfsmap_rtdev_rtbitmap_helper()
H A Dxfs_trace.h374 struct xfs_mount *mp = rtg_mount(rtg);
411 __entry->dev = rtg_mount(rtg)->m_super->s_dev;
439 __entry->dev = rtg_mount(oz->oz_rtg)->m_super->s_dev;
477 __entry->dev = rtg_mount(rtg)->m_super->s_dev;
2052 __entry->dev = rtg_mount(rtg)->m_super->s_dev;
2089 __entry->dev = rtg_mount(rtg)->m_super->s_dev;
/linux/fs/xfs/scrub/
H A Drtbitmap.c132 blockcount = xfs_rtxlen_to_extlen(rtg_mount(rtg), rec->ar_extcount); in xchk_rtbitmap_rec()
134 if (!xfs_verify_rtbext(rtg_mount(rtg), startblock, blockcount)) in xchk_rtbitmap_rec()
H A Drtsummary.c169 struct xfs_mount *mp = rtg_mount(rtg); in xchk_rtsum_record_free()
H A Dtrace.h3731 __entry->dev = rtg_mount(rtg)->m_super->s_dev;
3732 __entry->rtdev = rtg_mount(rtg)->m_rtdev_targp->bt_dev;