Searched refs:rtg_mount (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 77 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 D | xfs_rtgroup.c | 198 if (!xfs_has_zoned(rtg_mount(rtg))) { in xfs_rtgroup_lock() 234 if (!xfs_has_zoned(rtg_mount(rtg))) { in xfs_rtgroup_unlock() 257 if (!xfs_has_zoned(rtg_mount(rtg)) && in xfs_rtgroup_trans_join() 425 return ops->enabled(rtg_mount(rtg)); in xfs_rtginode_enabled() 528 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtginode_create()
|
| H A D | xfs_rtbitmap.h | 28 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rtb()
|
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 532 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 D | xfs_rtalloc.c | 670 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() 896 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_zoned() 949 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_bmblock() 1111 struct xfs_mount *mp = rtg_mount(rtg); in xfs_last_rt_bmblock_to_extend() 1147 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_alloc_blocks() 1229 if (bmblocks != rtg_mount(rtg)->m_sb.sb_rbmblocks) { in xfs_growfs_rtg() 1750 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtpick_extent() [all …]
|
| H A D | xfs_zone_alloc.c | 82 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_account_reclaimable() 168 struct xfs_mount *mp = rtg_mount(rtg); in xfs_open_zone_mark_full() 235 xfs_add_frextents(rtg_mount(rtg), len); in xfs_zone_skip_blocks() 746 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_alloc_blocks() 940 return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa, in xfs_zone_rgbno_is_valid() 989 struct xfs_mount *mp = rtg_mount(rtg); in xfs_query_write_pointer() 1037 struct xfs_mount *mp = rtg_mount(rtg); in xfs_init_zone()
|
| H A D | xfs_zone_gc.c | 883 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_gc_finish_reset() 907 struct xfs_mount *mp = rtg_mount(rtg); in xfs_submit_zone_reset_bio() 951 bio_init(&bio, rtg_mount(rtg)->m_rtdev_targp->bt_bdev, NULL, 0, in xfs_zone_gc_reset_sync() 985 bio = bio_alloc_bioset(rtg_mount(rtg)->m_rtdev_targp->bt_bdev, in xfs_zone_gc_reset_zones()
|
| H A D | xfs_fsmap.c | 725 struct xfs_mount *mp = rtg_mount(rtg); in xfs_getfsmap_rtdev_rtbitmap_helper()
|
| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap.c | 132 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 D | rtsummary.c | 169 struct xfs_mount *mp = rtg_mount(rtg); in xchk_rtsum_record_free()
|
| H A D | trace.h | 3772 __entry->dev = rtg_mount(rtg)->m_super->s_dev; 3773 __entry->rtdev = rtg_mount(rtg)->m_rtdev_targp->bt_dev;
|