Searched refs:rtg_mount (Results 1 – 13 of 13) 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 | 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()
|
| H 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()
|
| H 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()
|
| H A D | xfs_rtbitmap.h | 28 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtx_to_rtb()
|
| H A D | xfs_rtrefcount_btree.c | 406 struct xfs_mount *mp = rtg_mount(rtg); in xfs_rtrefcountbt_init_cursor()
|
| H 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()
|
| /linux/fs/xfs/ |
| 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() 759 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_alloc_blocks() 953 return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa, in xfs_zone_rgbno_is_valid() 990 struct xfs_mount *mp = rtg_mount(rtg); in xfs_init_zone()
|
| H A D | xfs_zone_gc.c | 890 struct xfs_mount *mp = rtg_mount(rtg); in xfs_zone_gc_finish_reset() 923 XFS_FSB_TO_B(rtg_mount(rtg), rtg_blocks(rtg)); in xfs_zone_gc_prepare_reset() 936 bio_init(&bio, rtg_mount(rtg)->m_rtdev_targp->bt_bdev, NULL, 0, in xfs_zone_gc_reset_sync() 967 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 | 173 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;
|