Home
last modified time | relevance | path

Searched refs:xfs_rtgroup (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h30 struct xfs_rtgroup { struct
67 static inline struct xfs_rtgroup *to_rtg(struct xfs_group *xg) in to_rtg() argument
69 return container_of(xg, struct xfs_rtgroup, rtg_group); in to_rtg()
72 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()
[all …]
H A Dxfs_rtrmap_btree.h13 struct xfs_rtgroup;
20 struct xfs_rtgroup *rtg);
22 struct xfs_rtgroup *rtg, struct xfs_inode *ip,
197 int xfs_rtrmapbt_create(struct xfs_rtgroup *rtg, struct xfs_inode *ip,
199 int xfs_rtrmapbt_init_rtsb(struct xfs_mount *mp, struct xfs_rtgroup *rtg,
205 struct xfs_btree_cur *xfs_rtrmapbt_mem_cursor(struct xfs_rtgroup *rtg,
210 xfs_rgblock_t xfs_rtrmap_highest_rgbno(struct xfs_rtgroup *rtg);
H A Dxfs_rtbitmap.h12 struct xfs_rtgroup *rtg;
25 struct xfs_rtgroup *rtg, in xfs_rtx_to_rtb()
379 struct xfs_rtgroup *rtg,
402 int xfs_rtalloc_query_range(struct xfs_rtgroup *rtg, struct xfs_trans *tp,
405 int xfs_rtalloc_query_all(struct xfs_rtgroup *rtg, struct xfs_trans *tp,
407 int xfs_rtalloc_extent_is_free(struct xfs_rtgroup *rtg, struct xfs_trans *tp,
409 int xfs_rtfree_extent(struct xfs_trans *tp, struct xfs_rtgroup *rtg,
412 int xfs_rtfree_blocks(struct xfs_trans *tp, struct xfs_rtgroup *rtg,
422 int xfs_rtfile_initialize_blocks(struct xfs_rtgroup *rtg,
425 int xfs_rtbitmap_create(struct xfs_rtgroup *rtg, struct xfs_inode *ip,
[all …]
H A Dxfs_rtgroup.c80 struct xfs_rtgroup *rtg, in xfs_rtgroup_calc_geometry()
98 struct xfs_rtgroup *rtg; in xfs_rtgroup_alloc()
101 rtg = kzalloc_obj(struct xfs_rtgroup); in xfs_rtgroup_alloc()
174 struct xfs_rtgroup *rtg; in xfs_update_last_rtgroup_size()
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()
350 int (*create)(struct xfs_rtgroup *rtg,
418 struct xfs_rtgroup *rtg, in xfs_rtginode_enabled()
[all …]
H A Dxfs_rtrefcount_btree.h13 struct xfs_rtgroup;
19 struct xfs_rtgroup *rtg);
21 struct xfs_rtgroup *rtg, struct xfs_inode *ip,
186 int xfs_rtrefcountbt_create(struct xfs_rtgroup *rtg, struct xfs_inode *ip,
H A Dxfs_refcount.h15 struct xfs_rtgroup;
126 xfs_failaddr_t xfs_rtrefcount_check_irec(struct xfs_rtgroup *rtg,
H A Dxfs_rmap.h10 struct xfs_rtgroup;
211 xfs_failaddr_t xfs_rtrmap_check_irec(struct xfs_rtgroup *rtg,
H A Dxfs_metafile.c265 struct xfs_rtgroup *rtg = NULL; in xfs_metafile_resv_init()
H A Dxfs_refcount.c152 struct xfs_rtgroup *rtg, in xfs_rtrefcount_check_irec()
1477 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrefcount_continue_op()
1502 struct xfs_rtgroup *rtg = to_rtg(ri->ri_group); in xfs_rtrefcount_finish_one()
/linux/fs/xfs/
H A Dxfs_rtalloc.c225 struct xfs_rtgroup *rtg, in xfs_rtallocate_clamp_len()
664 struct xfs_rtgroup *rtg) in xfs_rtunmount_rtg()
676 struct xfs_rtgroup *rtg, in xfs_alloc_rsum_cache()
726 struct xfs_rtgroup *rtg, in xfs_rtginode_ensure()
778 struct xfs_rtgroup *rtg, in xfs_growfs_rt_free_new()
802 struct xfs_rtgroup *rtg, in xfs_growfs_rt_nrblocks()
828 const struct xfs_rtgroup *rtg, in xfs_growfs_rt_init_rtsb()
893 struct xfs_rtgroup *rtg, in xfs_growfs_rt_zoned()
944 struct xfs_rtgroup *rtg, in xfs_growfs_rt_bmblock()
1109 struct xfs_rtgroup *rtg) in xfs_last_rt_bmblock_to_extend()
[all …]
H A Dxfs_zone_gc.c106 struct xfs_rtgroup *victim_rtg;
116 struct xfs_rtgroup *victim_rtg;
265 struct xfs_rtgroup *victim_rtg) in xfs_zone_gc_iter_init()
319 struct xfs_rtgroup *rtg = iter->victim_rtg; in xfs_zone_gc_query()
438 static struct xfs_rtgroup *
445 struct xfs_rtgroup *victim_rtg = NULL; in xfs_zone_gc_pick_victim_from()
453 struct xfs_rtgroup *rtg = xfs_rtgroup_grab(mp, bit); in xfs_zone_gc_pick_victim_from()
509 struct xfs_rtgroup *victim_rtg = NULL; in xfs_zone_gc_select_victim()
918 struct xfs_rtgroup *rtg = chunk->bio.bi_private; in xfs_zone_gc_finish_reset()
943 struct xfs_rtgroup *rtg = priv; in xfs_submit_zone_reset_bio()
[all …]
H A Dxfs_zone_alloc.c78 struct xfs_rtgroup *rtg, in xfs_zone_account_reclaimable()
167 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_open_zone_mark_full()
216 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_skip_blocks()
236 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zoned_map_extent()
376 struct xfs_rtgroup *rtg, in xfs_zone_free_blocks()
412 struct xfs_rtgroup *rtg, in xfs_init_open_zone()
748 struct xfs_rtgroup *rtg = oz->oz_rtg; in xfs_zone_alloc_blocks()
936 struct xfs_rtgroup *rtg, in xfs_zone_rgbno_is_valid()
989 struct xfs_rtgroup *rtg, in xfs_query_write_pointer()
1037 struct xfs_rtgroup *rtg, in xfs_init_zone()
[all …]
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()
H A Dxfs_health.c51 struct xfs_rtgroup *rtg = NULL; in xfs_health_unmount()
307 struct xfs_rtgroup *rtg = xfs_rtgroup_get(mp, rgno); in xfs_rgno_mark_sick()
478 struct xfs_rtgroup *rtg = NULL; in xfs_fsop_geom_health()
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()
863 struct xfs_rtgroup *rtg = to_rtg(info->group); in xfs_getfsmap_rtdev_rmapbt_query()
881 struct xfs_rtgroup *rtg = NULL; in xfs_getfsmap_rtdev_rmapbt()
H A Dxfs_notify_failure.c298 struct xfs_rtgroup *rtg = NULL; in xfs_dax_notify_dev_failure()
H A Dxfs_verify_media.c114 struct xfs_rtgroup *rtg = NULL; in xfs_verify_report_losses()
/linux/fs/xfs/scrub/
H A Drtbitmap.c121 struct xfs_rtgroup *rtg, in xchk_rtbitmap_rec()
195 struct xfs_rtgroup *rtg = sc->sr.rtg; in xchk_rtbitmap()
275 struct xfs_rtgroup *rtg = sc->sr.rtg; in xchk_xref_is_used_rt_space()
H A Drtsummary.c164 struct xfs_rtgroup *rtg, in xchk_rtsum_record_free()
214 struct xfs_rtgroup *rtg = sc->sr.rtg; in xchk_rtsum_compute()
309 struct xfs_rtgroup *rtg = sc->sr.rtg; in xchk_rtsummary()
H A Drepair.h11 struct xfs_rtgroup;
107 int xrep_rtgroup_init(struct xfs_scrub *sc, struct xfs_rtgroup *rtg,
H A Dfscounters.c391 struct xfs_rtgroup *rtg, in xchk_fscount_add_frextent()
412 struct xfs_rtgroup *rtg = NULL; in xchk_fscount_count_frextents()
H A Dbmap_repair.c451 struct xfs_rtgroup *rtg) in xrep_bmap_scan_rtgroup()
473 xrep_bmap_scan_rtgroup(struct xrep_bmap *rb, struct xfs_rtgroup *rtg) in xrep_bmap_scan_rtgroup()
535 struct xfs_rtgroup *rtg = NULL; in xrep_bmap_find_mappings()
H A Dscrub.h125 struct xfs_rtgroup *rtg;
H A Dmetapath.c144 struct xfs_rtgroup *rtg; in xchk_setup_metapath_rtginode()
H A Drtrefcount_repair.c613 struct xfs_rtgroup *rtg = sc->sr.rtg; in xrep_rtrefc_build_new_tree()

12