Searched refs:rtg_mount (Results 1 – 17 of 17) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_zones.c | 23 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_validate_empty() 41 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_validate_wp() 72 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_validate_full() 90 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_validate_seq() 119 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_validate_conv() 138 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_validate()
|
| 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()
|
| A D | xfs_rtgroup.c | 197 if (!xfs_has_zoned(rtg_mount(rtg))) { in xfs_rtgroup_lock() 233 if (!xfs_has_zoned(rtg_mount(rtg))) { in xfs_rtgroup_unlock() 256 if (!xfs_has_zoned(rtg_mount(rtg)) && in xfs_rtgroup_trans_join() 424 return ops->enabled(rtg_mount(rtg)); in xfs_rtginode_enabled() 527 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtginode_create()
|
| A D | xfs_rtbitmap.c | 1163 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtalloc_query_range() 1236 .mp = rtg_mount(rtg), in xfs_rtalloc_extent_is_free() 1372 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtfile_initialize_block() 1441 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtfile_initialize_blocks() 1481 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtbitmap_create() 1499 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtsummary_create()
|
| A D | xfs_rtrmap_btree.c | 509 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtrmapbt_init_cursor() 617 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtrmapbt_mem_cursor()
|
| A D | xfs_rtbitmap.h | 28 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rtb()
|
| A D | xfs_rtrefcount_btree.c | 406 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtrefcountbt_init_cursor()
|
| A D | xfs_rmap.c | 274 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtrmap_check_meta_irec() 307 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtrmap_check_inode_irec()
|
| /fs/xfs/ |
| A D | xfs_discard.c | 547 rlen = xfs_rtbxlen_to_blen(rtg_mount(rtg), rec->ar_extcount); in xfs_trim_gather_rtextent() 551 trace_xfs_discard_rttoosmall(rtg_mount(rtg), rbno, rlen); in xfs_trim_gather_rtextent() 576 struct xfs_mount *mp = rtg_mount(rtg); in xfs_trim_rtextents() 660 len = xfs_rtxlen_to_extlen(rtg_mount(rtg), rec->ar_extcount); in xfs_trim_gather_rtgroup_extent() 693 struct xfs_mount *mp = rtg_mount(rtg); in xfs_trim_rtgroup_extents() 742 error = xfs_discard_extents(rtg_mount(rtg), tr.extents); in xfs_trim_rtgroup_extents()
|
| A D | xfs_rtalloc.c | 667 if (!xfs_has_zoned(rtg_mount(rtg))) in xfs_rtunmount_rtg() 732 tp = xfs_trans_alloc_empty(rtg_mount(rtg)); in xfs_rtginode_ensure() 779 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_free_new() 804 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_nrblocks() 893 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_zoned() 946 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_bmblock() 1090 struct xfs_mount *mp = rtg_mount(rtg); in xfs_last_rt_bmblock() 1118 struct xfs_mount *mp = rtg_mount(rtg); in xfs_growfs_rt_alloc_blocks() 1200 if (bmblocks != rtg_mount(rtg)->m_sb.sb_rbmblocks) { in xfs_growfs_rtg() 1718 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtpick_extent() [all …]
|
| A D | xfs_zone_alloc.c | 74 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_account_reclaimable() 142 struct xfs_mount *mp = rtg_mount(rtg); in xfs_open_zone_mark_full() 209 xfs_add_frextents(rtg_mount(rtg), len); in xfs_zone_skip_blocks() 756 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_alloc_blocks() 997 return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa, in xfs_zone_rgbno_is_valid() 1028 struct xfs_mount *mp = rtg_mount(rtg); in xfs_init_zone()
|
| A D | xfs_zone_gc.c | 880 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_gc_finish_reset() 913 XFS_FSB_TO_B(rtg_mount(rtg), rtg_blocks(rtg)); in xfs_zone_gc_prepare_reset() 926 bio_init(&bio, rtg_mount(rtg)->m_rtdev_targp->bt_bdev, NULL, 0, in xfs_zone_gc_reset_sync() 957 bio = bio_alloc_bioset(rtg_mount(rtg)->m_rtdev_targp->bt_bdev, in xfs_zone_gc_reset_zones()
|
| A D | xfs_fsmap.c | 725 struct xfs_mount *mp = rtg_mount(rtg); in xfs_getfsmap_rtdev_rtbitmap_helper()
|
| A D | xfs_trace.h | 370 struct xfs_mount *mp = rtg_mount(rtg); 406 __entry->dev = rtg_mount(rtg)->m_super->s_dev; 434 __entry->dev = rtg_mount(oz->oz_rtg)->m_super->s_dev; 471 __entry->dev = rtg_mount(rtg)->m_super->s_dev; 2021 __entry->dev = rtg_mount(rtg)->m_super->s_dev; 2058 __entry->dev = rtg_mount(rtg)->m_super->s_dev;
|
| /fs/xfs/scrub/ |
| 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()
|
| A D | rtsummary.c | 173 struct xfs_mount *mp = rtg_mount(rtg); in xchk_rtsum_record_free()
|
| A D | trace.h | 3727 __entry->dev = rtg_mount(rtg)->m_super->s_dev; 3728 __entry->rtdev = rtg_mount(rtg)->m_rtdev_targp->bt_dev;
|
Completed in 47 milliseconds