Searched refs:xfs_rgnumber_t (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 82 static inline xfs_rgnumber_t rtg_rgno(const struct xfs_rtgroup *rtg) in rtg_rgno() 116 xfs_rgnumber_t rgno) in xfs_rtgroup_get() 139 xfs_rgnumber_t rgno) in xfs_rtgroup_grab() 155 xfs_rgnumber_t start_rgno, in xfs_rtgroup_next_range() 156 xfs_rgnumber_t end_rgno) in xfs_rtgroup_next_range() 204 static inline xfs_rgnumber_t 250 xfs_rgnumber_t rgno = xfs_rtb_to_rgno(mp, rtbno); in xfs_rtb_to_daddr() 268 xfs_rgnumber_t rgno; in xfs_daddr_to_rtb() 279 int xfs_rtgroup_alloc(struct xfs_mount *mp, xfs_rgnumber_t rgno, 280 xfs_rgnumber_t rgcount, xfs_rtbxlen_t rextents); [all …]
|
| H A D | xfs_rtgroup.c | 43 xfs_rgnumber_t rgno) in xfs_rtgroup_min_block() 55 xfs_rgnumber_t rgno, in __xfs_rtgroup_extents() 56 xfs_rgnumber_t rgcount, in __xfs_rtgroup_extents() 70 xfs_rgnumber_t rgno) in xfs_rtgroup_extents() 81 xfs_rgnumber_t rgno, in xfs_rtgroup_calc_geometry() 82 xfs_rgnumber_t rgcount, in xfs_rtgroup_calc_geometry() 94 xfs_rgnumber_t rgno, in xfs_rtgroup_alloc() 95 xfs_rgnumber_t rgcount, in xfs_rtgroup_alloc() 120 xfs_rgnumber_t rgno) in xfs_rtgroup_free() 129 xfs_rgnumber_t first_rgno, in xfs_free_rtgroups() [all …]
|
| H A D | xfs_types.h | 17 typedef uint32_t xfs_rgnumber_t; /* realtime group number */ typedef 60 #define NULLRGNUMBER ((xfs_rgnumber_t)-1)
|
| H A D | xfs_rtrmap_btree.h | 208 struct xfs_buftarg *btp, xfs_rgnumber_t rgno);
|
| H A D | xfs_format.h | 179 xfs_rgnumber_t sb_rgcount; /* number of realtime groups */ 753 #define XFS_MAX_RGNUMBER ((xfs_rgnumber_t)(-1U))
|
| /linux/fs/xfs/scrub/ |
| H A D | common.h | 15 bool xchk_process_rt_error(struct xfs_scrub *sc, xfs_rgnumber_t rgno, 139 int xchk_rtgroup_init(struct xfs_scrub *sc, xfs_rgnumber_t rgno, 145 xfs_rgnumber_t rgno, in xchk_rtgroup_init_existing()
|
| H A D | common.c | 133 xfs_rgnumber_t rgno, in xchk_process_rt_error() 728 xfs_rgnumber_t rgno, in xchk_rtgroup_init()
|
| H A D | trace.h | 2345 TP_PROTO(struct xfs_mount *mp, xfs_rgnumber_t rgno, 2350 __field(xfs_rgnumber_t, rgno) 3758 __field(xfs_rgnumber_t, rgno)
|
| /linux/fs/xfs/ |
| H A D | xfs_rtalloc.c | 783 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_growfs_rt_free_new() 1112 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_last_rt_bmblock_to_extend() 1199 xfs_rgnumber_t rgno, in xfs_growfs_rtg() 1326 xfs_rgnumber_t *new_rgcount) in xfs_growfs_rt_prep_groups() 1400 xfs_rgnumber_t old_rgcount = mp->m_sb.sb_rgcount; in xfs_growfs_rt() 1401 xfs_rgnumber_t new_rgcount = 1; in xfs_growfs_rt() 1402 xfs_rgnumber_t rgno; in xfs_growfs_rt() 1923 xfs_rgnumber_t rgno, in xfs_rtallocate_rtg() 2048 xfs_rgnumber_t start_rgno, rgno; in xfs_rtallocate_rtgs()
|
| H A D | xfs_zone_alloc.c | 59 xfs_rgnumber_t rgno, in xfs_zone_add_to_bucket() 69 xfs_rgnumber_t rgno, in xfs_zone_remove_from_bucket() 85 xfs_rgnumber_t rgno = rtg_rgno(rtg); in xfs_zone_account_reclaimable() 937 xfs_rgnumber_t rgbno) in xfs_zone_rgbno_is_valid()
|
| H A D | xfs_fsmap.c | 760 xfs_rgnumber_t start_rgno, end_rgno; in xfs_getfsmap_rtdev_rtbitmap() 886 xfs_rgnumber_t start_rg, end_rg; in xfs_getfsmap_rtdev_rmapbt()
|
| H A D | xfs_health.c | 304 xfs_rgnumber_t rgno, in xfs_rgno_mark_sick()
|
| H A D | xfs_discard.c | 747 xfs_rgnumber_t start_rgno, end_rgno; in xfs_trim_rtdev_extents()
|
| H A D | xfs_buf_item_recover.c | 724 xfs_rgnumber_t orig_rgcount = mp->m_sb.sb_rgcount; in xlog_recover_do_primary_sb_buffer()
|
| H A D | xfs_trace.h | 369 __field(xfs_rgnumber_t, rgno) 405 __field(xfs_rgnumber_t, rgno) 431 __field(xfs_rgnumber_t, rgno) 472 __field(xfs_rgnumber_t, rgno) 494 __field(xfs_rgnumber_t, rgcount) 2041 __field(xfs_rgnumber_t, rgno) 2082 __field(xfs_rgnumber_t, rgno)
|