Home
last modified time | relevance | path

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

12

/linux/fs/xfs/scrub/
H A Drtrefcount.c107 xfs_rgblock_t bno;
130 xfs_rgblock_t rm_last; in xchk_rtrefcountbt_rmap_check()
131 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()
436 xfs_rgblock_t next_bno = NULLRGBLOCK; in xchk_rtrefcountbt_xref_gaps()
581 xfs_rgblock_t bno, in xchk_xref_is_rt_cow_staging()
[all …]
H A Dscrub.h328 void xchk_xref_has_no_rt_owner(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
330 void xchk_xref_has_rt_owner(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
332 void xchk_xref_is_only_rt_owned_by(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
334 void xchk_xref_is_rt_cow_staging(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
336 void xchk_xref_is_not_rt_shared(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
338 void xchk_xref_is_not_rt_cow_staging(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
H A Drtrefcount_repair.c146 xfs_rgblock_t last; in xrep_rtrefc_check_ext()
168 xfs_rgblock_t bno, in xrep_rtrefc_stash()
198 xfs_rgblock_t bno, in xrep_rtrefc_stash_cow()
322 xfs_rgblock_t next_rgbno = 0; in xrep_rtrefc_sort_records()
391 xfs_rgblock_t bno, in xrep_rtrefc_push_rmaps_at()
447 xfs_rgblock_t sbno; in xrep_rtrefc_find_refcounts()
448 xfs_rgblock_t cbno; in xrep_rtrefc_find_refcounts()
449 xfs_rgblock_t nbno; in xrep_rtrefc_find_refcounts()
H A Drtbitmap.h32 xfs_rgblock_t next_free_rgbno;
41 xfs_rgblock_t next_rgbno;
H A Drtrmap.c174 xfs_rgblock_t fbno; in xchk_rtrmapbt_xref_rtrefc()
264 xfs_rgblock_t bno, in xchk_xref_has_no_rt_owner()
284 xfs_rgblock_t bno, in xchk_xref_has_rt_owner()
H A Dreap.c696 xfs_rgblock_t rgbno, in xreap_rgextent_select()
697 xfs_rgblock_t rgbno_next, in xreap_rgextent_select()
703 xfs_rgblock_t bno = rgbno + 1; in xreap_rgextent_select()
751 xfs_rgblock_t rgbno, in xreap_rgextent_iter()
823 xfs_rgblock_t rgbno = xfs_rtb_to_rgbno(sc->mp, rtbno); in xreap_rtmeta_extent()
824 xfs_rgblock_t rgbno_next = rgbno + len; in xreap_rtmeta_extent()
H A Drgb_bitmap.h26 xfs_rgblock_t start, xfs_extlen_t len) in xrgb_bitmap_set()
H A Drtbitmap.c100 xfs_rgblock_t rgbno = xfs_rtb_to_rgbno(sc->mp, startblock); in xchk_rtbitmap_xref()
197 xfs_rgblock_t last_rgbno; in xchk_rtbitmap()
H A Drtrmap_repair.c144 xfs_rgblock_t startblock, in xrep_rtrmap_stash()
228 xfs_rgblock_t rgbno; in xrep_rtrmap_visit_bmbt()
441 xfs_rgblock_t rgbno = start; in xrep_rtrmap_stash_run()
H A Drepair.h118 int xrep_require_rtext_inuse(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
H A Dcommon.h16 xfs_rgblock_t rgbno, int *error);
H A Drtbitmap_repair.c184 xfs_rgblock_t rgbno) in xrep_rtbitmap_mark_free()
H A Dtrace.h2309 xfs_rgblock_t usedlen, xfs_rgblock_t rmapbt_sz),
2314 __field(xfs_rgblock_t, usedlen)
2315 __field(xfs_rgblock_t, rmapbt_sz)
3812 __field(xfs_rgblock_t, rgbno)
H A Dbmap.c328 xfs_rgblock_t rgbno; in xchk_bmap_rt_iextent_xref()
H A Drepair.c1046 xfs_rgblock_t rgbno, in xrep_require_rtext_inuse()
H A Dcommon.c132 xfs_rgblock_t rgbno, in xchk_process_rt_error()
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h150 xfs_rgblock_t rgbno) in xfs_verify_rgbno()
165 xfs_rgblock_t rgbno, in xfs_verify_rgbext()
176 xfs_rgblock_t rgbno) in xfs_rgbno_to_rtb()
189 static inline xfs_rgblock_t
207 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_format.h744 #define XFS_MAX_RGBLOCKS ((xfs_rgblock_t)(1U << 31) - 1)
H A Dxfs_sb.c369 xfs_rgblock_t rextsize) in xfs_compute_rgblklog()
/linux/fs/xfs/
H A Dxfs_discard.c650 xfs_rgblock_t rgbno; in xfs_trim_gather_rtgroup_extent()
H A Dxfs_rtalloc.c1758 xfs_rgblock_t min_rgbno = xfs_rtx_to_rgbno(rtg, start); in xfs_rtalloc_check_busy()
1781 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()

12