Home
last modified time | relevance | path

Searched refs:xfs_rgblock_t (Results 1 – 23 of 23) sorted by relevance

/linux/fs/xfs/scrub/
H A Drtrefcount.c108 xfs_rgblock_t bno;
131 xfs_rgblock_t rm_last; in xchk_rtrefcountbt_rmap_check()
132 xfs_rgblock_t rc_last; in xchk_rtrefcountbt_rmap_check()
184 xfs_rgblock_t bno; in xchk_rtrefcountbt_process_rmap_fragments()
185 xfs_rgblock_t rbno; in xchk_rtrefcountbt_process_rmap_fragments()
186 xfs_rgblock_t next_rbno; in xchk_rtrefcountbt_process_rmap_fragments()
362 xfs_rgblock_t next_unshared_rgbno;
415 xfs_rgblock_t *next_bno = priv; in xchk_rtrefcountbt_rmap_check_gap()
432 xfs_rgblock_t bno) in xchk_rtrefcountbt_xref_gaps()
436 xfs_rgblock_t next_bn in xchk_rtrefcountbt_xref_gaps()
[all...]
H A Dscrub.h327 void xchk_xref_has_no_rt_owner(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
329 void xchk_xref_has_rt_owner(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
331 void xchk_xref_is_only_rt_owned_by(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
333 void xchk_xref_is_rt_cow_staging(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
335 void xchk_xref_is_not_rt_shared(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
337 void xchk_xref_is_not_rt_cow_staging(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
H A Drtbitmap.h32 xfs_rgblock_t next_free_rgbno;
41 xfs_rgblock_t next_rgbno;
H A Drtrmap.c180 xfs_rgblock_t fbno; in xchk_rtrmapbt_xref_rtrefc()
269 xfs_rgblock_t bno, in xchk_xref_has_no_rt_owner()
289 xfs_rgblock_t bno, in xchk_xref_has_rt_owner()
H A Drgb_bitmap.h26 xfs_rgblock_t start, xfs_extlen_t len) in xrgb_bitmap_set()
H A Drtbitmap.c101 xfs_rgblock_t rgbno = xfs_rtb_to_rgbno(sc->mp, startblock); in xchk_rtbitmap_xref()
198 xfs_rgblock_t last_rgbno; in xchk_rtbitmap()
H A Drepair.h110 int xrep_require_rtext_inuse(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
H A Drtbitmap_repair.c187 xfs_rgblock_t rgbno) in xrep_rtbitmap_mark_free()
H A Dtrace.h2379 xfs_rgblock_t usedlen, xfs_rgblock_t rmapbt_sz),
2384 __field(xfs_rgblock_t, usedlen)
2385 __field(xfs_rgblock_t, rmapbt_sz)
3849 __field(xfs_rgblock_t, rgbno)
H A Dbmap.c328 xfs_rgblock_t rgbno; in xchk_bmap_rt_iextent_xref()
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h87 static inline xfs_rgblock_t rtg_blocks(const struct xfs_rtgroup *rtg) in rtg_blocks()
173 xfs_rgblock_t rgbno) in xfs_verify_rgbno()
188 xfs_rgblock_t rgbno, in xfs_verify_rgbext()
199 xfs_rgblock_t rgbno) in xfs_rgbno_to_rtb()
212 static inline xfs_rgblock_t
230 static inline xfs_rgblock_t
382 static inline xfs_rgblock_t
H A Dxfs_types.h12 typedef uint32_t xfs_rgblock_t; /* blockno in realtime group */ typedef
58 #define NULLRGBLOCK ((xfs_rgblock_t)-1)
H A Dxfs_sb.h47 int xfs_compute_rgblklog(xfs_rtxlen_t rgextents, xfs_rgblock_t rextsize);
H A Dxfs_rtbitmap.h40 xfs_rgblock_t rgbno) in xfs_rgbno_to_rtx()
142 xfs_rgblock_t rgbno) in xfs_rgbno_to_rtxoff()
H A Dxfs_rtrmap_btree.h210 xfs_rgblock_t xfs_rtrmap_highest_rgbno(struct xfs_rtgroup *rtg);
H A Dxfs_sb.c393 xfs_rgblock_t rextsize) in xfs_compute_rgblklog()
H A Dxfs_refcount.c1504 xfs_rgblock_t bno; in xfs_rtrefcount_finish_one()
/linux/fs/xfs/
H A Dxfs_zone_alloc.c414 xfs_rgblock_t write_pointer, in xfs_init_open_zone()
753 xfs_rgblock_t allocated; in xfs_zone_alloc_blocks()
1041 xfs_rgblock_t *write_pointer) in xfs_query_write_pointer()
1046 xfs_rgblock_t highest_rgbno; in xfs_query_write_pointer()
1089 xfs_rgblock_t write_pointer) in xfs_init_zone()
1296 xfs_rgblock_t write_pointer; in xfs_report_zones()
H A Dxfs_discard.c631 xfs_rgblock_t rgbno; in xfs_trim_gather_rtgroup_extent()
H A Dxfs_trace.h370 __field(xfs_rgblock_t, used)
400 TP_PROTO(struct xfs_rtgroup *rtg, xfs_rgblock_t rgbno,
406 __field(xfs_rgblock_t, used)
407 __field(xfs_rgblock_t, rgbno)
426 TP_PROTO(struct xfs_open_zone *oz, xfs_rgblock_t rgbno,
432 __field(xfs_rgblock_t, used)
433 __field(xfs_rgblock_t, allocated)
434 __field(xfs_rgblock_t, written)
435 __field(xfs_rgblock_t, rgbno)
459 TP_PROTO(struct xfs_open_zone *oz, xfs_rgblock_t rgbn
[all...]
H A Dxfs_rtalloc.c1837 xfs_rgblock_t min_rgbno = xfs_rtx_to_rgbno(rtg, start); in xfs_rtalloc_check_busy()
1860 xfs_rgblock_t aligned_rgbno = roundup(rgbno, prod); in xfs_rtalloc_check_busy()
H A Dxfs_reflink.c190 xfs_rgblock_t orig_bno; in xfs_reflink_find_rtshared()
H A Dxfs_ioctl.c421 xfs_rgblock_t highest_rgbno = xfs_rtrmap_highest_rgbno(rtg); in xfs_rtgroup_report_write_pointer()