Home
last modified time | relevance | path

Searched defs:rtg (Results 1 – 13 of 13) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h72 static inline struct xfs_group *rtg_group(struct xfs_rtgroup *rtg) in rtg_group()
77 static inline struct xfs_mount *rtg_mount(const struct xfs_rtgroup *rtg) in rtg_mount()
82 static inline xfs_rgnumber_t rtg_rgno(const struct xfs_rtgroup *rtg) in rtg_rgno()
87 static inline xfs_rgblock_t rtg_blocks(const struct xfs_rtgroup *rtg) in rtg_blocks()
92 static inline struct xfs_inode *rtg_bitmap(const struct xfs_rtgroup *rtg) in rtg_bitmap()
97 static inline struct xfs_inode *rtg_summary(const struct xfs_rtgroup *rtg) in rtg_summary()
102 static inline struct xfs_inode *rtg_rmap(const struct xfs_rtgroup *rtg) in rtg_rmap()
107 static inline struct xfs_inode *rtg_refcount(const struct xfs_rtgroup *rtg) in rtg_refcount()
123 struct xfs_rtgroup *rtg) in xfs_rtgroup_hold()
130 struct xfs_rtgroup *rtg) in xfs_rtgroup_put()
[all …]
H A Dxfs_rtgroup.c80 struct xfs_rtgroup *rtg, in xfs_rtgroup_calc_geometry()
98 struct xfs_rtgroup *rtg; in xfs_rtgroup_alloc() local
174 struct xfs_rtgroup *rtg; in xfs_update_last_rtgroup_size() local
191 struct xfs_rtgroup *rtg, in xfs_rtgroup_lock()
221 struct xfs_rtgroup *rtg, in xfs_rtgroup_unlock()
251 struct xfs_rtgroup *rtg, in xfs_rtgroup_trans_join()
273 struct xfs_rtgroup *rtg, in xfs_rtgroup_get_geometry()
418 struct xfs_rtgroup *rtg, in xfs_rtginode_enabled()
431 struct xfs_rtgroup *rtg, in xfs_rtginode_mark_sick()
442 struct xfs_rtgroup *rtg, in xfs_rtginode_load()
[all …]
H A Dxfs_rtbitmap.h12 struct xfs_rtgroup *rtg; member
25 struct xfs_rtgroup *rtg, in xfs_rtx_to_rtb()
434 struct xfs_rtgroup *rtg, xfs_fsblock_t rtbno, in xfs_rtfree_blocks()
H A Dxfs_metafile.c265 struct xfs_rtgroup *rtg = NULL; in xfs_metafile_resv_init() local
H A Dxfs_refcount.c152 struct xfs_rtgroup *rtg, in xfs_rtrefcount_check_irec()
1476 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrefcount_continue_op() local
1501 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrefcount_finish_one() local
/linux/fs/xfs/
H A Dxfs_discard.c512 struct xfs_rtgroup *rtg, in xfs_trim_gather_rtextent()
556 struct xfs_rtgroup *rtg, in xfs_trim_rtextents()
625 struct xfs_rtgroup *rtg, in xfs_trim_gather_rtgroup_extent()
673 struct xfs_rtgroup *rtg, in xfs_trim_rtgroup_extents()
750 struct xfs_rtgroup *rtg = NULL; in xfs_trim_rtdev_extents() local
H A Dxfs_health.c51 struct xfs_rtgroup *rtg = NULL; in xfs_health_unmount() local
307 struct xfs_rtgroup *rtg = xfs_rtgroup_get(mp, rgno); in xfs_rgno_mark_sick() local
478 struct xfs_rtgroup *rtg = NULL; in xfs_fsop_geom_health() local
579 struct xfs_rtgroup *rtg, in xfs_rtgroup_geom_health()
H A Dxfs_fsmap.c717 struct xfs_rtgroup *rtg, in xfs_getfsmap_rtdev_rtbitmap_helper()
761 struct xfs_rtgroup *rtg = NULL; in xfs_getfsmap_rtdev_rtbitmap() local
863 struct xfs_rtgroup *rtg = to_rtg(info->group); in xfs_getfsmap_rtdev_rmapbt_query() local
881 struct xfs_rtgroup *rtg = NULL; in xfs_getfsmap_rtdev_rmapbt() local
H A Dxfs_verify_media.c114 struct xfs_rtgroup *rtg = NULL; in xfs_verify_report_losses() local
H A Dxfs_notify_failure.c298 struct xfs_rtgroup *rtg = NULL; in xfs_dax_notify_dev_failure() local
/linux/fs/xfs/scrub/
H A Dfscounters.c391 struct xfs_rtgroup *rtg, in xchk_fscount_add_frextent()
412 struct xfs_rtgroup *rtg = NULL; in xchk_fscount_count_frextents() local
H A Drepair.h114 # define xrep_rtgroup_init(sc, rtg, sr, lockflags) (-ENOSYS) argument
H A Dscrub.h125 struct xfs_rtgroup *rtg; member