| /linux/fs/xfs/scrub/ |
| H A D | rtrefcount.c | 107 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() 183 xfs_rgblock_t bno; in xchk_rtrefcountbt_process_rmap_fragments() 184 xfs_rgblock_t rbno; in xchk_rtrefcountbt_process_rmap_fragments() 185 xfs_rgblock_t next_rbno; in xchk_rtrefcountbt_process_rmap_fragments() 361 xfs_rgblock_t next_unshared_rgbno; 414 xfs_rgblock_t *next_bno = priv; in xchk_rtrefcountbt_rmap_check_gap() 435 xfs_rgblock_t next_bno = NULLRGBLOCK; in xchk_rtrefcountbt_xref_gaps() 580 xfs_rgblock_t bno, in xchk_xref_is_rt_cow_staging() [all …]
|
| H A D | scrub.h | 328 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 D | rtrefcount_repair.c | 140 xfs_rgblock_t last; in xrep_rtrefc_check_ext() 162 xfs_rgblock_t bno, in xrep_rtrefc_stash() 192 xfs_rgblock_t bno, in xrep_rtrefc_stash_cow() 316 xfs_rgblock_t next_rgbno = 0; in xrep_rtrefc_sort_records() 385 xfs_rgblock_t bno, in xrep_rtrefc_push_rmaps_at() 441 xfs_rgblock_t sbno; in xrep_rtrefc_find_refcounts() 442 xfs_rgblock_t cbno; in xrep_rtrefc_find_refcounts() 443 xfs_rgblock_t nbno; in xrep_rtrefc_find_refcounts()
|
| H A D | rtbitmap.h | 32 xfs_rgblock_t next_free_rgbno; 41 xfs_rgblock_t next_rgbno;
|
| H A D | rtrmap.c | 174 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 D | rgb_bitmap.h | 26 xfs_rgblock_t start, xfs_extlen_t len) in xrgb_bitmap_set()
|
| H A D | rtbitmap.c | 101 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 D | reap.c | 906 xfs_rgblock_t rgbno, in xreap_rgextent_select() 907 xfs_rgblock_t rgbno_next, in xreap_rgextent_select() 913 xfs_rgblock_t bno = rgbno + 1; in xreap_rgextent_select() 961 xfs_rgblock_t rgbno, in xreap_rgextent_iter() 1096 xfs_rgblock_t rgbno = xfs_rtb_to_rgbno(sc->mp, rtbno); in xreap_rtmeta_extent() 1097 xfs_rgblock_t rgbno_next = rgbno + len; in xreap_rtmeta_extent()
|
| H A D | rtrmap_repair.c | 141 xfs_rgblock_t startblock, in xrep_rtrmap_stash() 225 xfs_rgblock_t rgbno; in xrep_rtrmap_visit_bmbt() 438 xfs_rgblock_t rgbno = start; in xrep_rtrmap_stash_run()
|
| H A D | repair.h | 110 int xrep_require_rtext_inuse(struct xfs_scrub *sc, xfs_rgblock_t rgbno,
|
| H A D | common.h | 16 xfs_rgblock_t rgbno, int *error);
|
| H A D | rtbitmap_repair.c | 182 xfs_rgblock_t rgbno) in xrep_rtbitmap_mark_free()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.h | 87 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 378 static inline xfs_rgblock_t
|
| H A D | xfs_zones.c | 22 xfs_rgblock_t *write_pointer) in xfs_validate_blk_zone_seq() 82 xfs_rgblock_t *write_pointer) in xfs_validate_blk_zone()
|
| H A D | xfs_types.h | 12 typedef uint32_t xfs_rgblock_t; /* blockno in realtime group */ typedef 58 #define NULLRGBLOCK ((xfs_rgblock_t)-1)
|
| H A D | xfs_zones.h | 42 uint32_t expected_capacity, xfs_rgblock_t *write_pointer);
|
| H A D | xfs_sb.h | 47 int xfs_compute_rgblklog(xfs_rtxlen_t rgextents, xfs_rgblock_t rextsize);
|
| H A D | xfs_rtbitmap.h | 40 xfs_rgblock_t rgbno) in xfs_rgbno_to_rtx() 142 xfs_rgblock_t rgbno) in xfs_rgbno_to_rtxoff()
|
| H A D | xfs_rtrmap_btree.h | 210 xfs_rgblock_t xfs_rtrmap_highest_rgbno(struct xfs_rtgroup *rtg);
|
| H A D | xfs_rtrmap_btree.c | 1019 xfs_rgblock_t
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_priv.h | 20 xfs_rgblock_t oz_allocated; 27 xfs_rgblock_t oz_written;
|
| H A D | xfs_zone_alloc.c | 413 xfs_rgblock_t write_pointer, in xfs_init_open_zone() 750 xfs_rgblock_t allocated; in xfs_zone_alloc_blocks() 990 xfs_rgblock_t *write_pointer) in xfs_query_write_pointer() 995 xfs_rgblock_t highest_rgbno; in xfs_query_write_pointer() 1038 xfs_rgblock_t write_pointer) in xfs_init_zone() 1246 xfs_rgblock_t write_pointer; in xfs_report_zones()
|
| H A D | xfs_discard.c | 631 xfs_rgblock_t rgbno; in xfs_trim_gather_rtgroup_extent()
|
| H A D | xfs_trace.h | 370 __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 rgbno, \ [all …]
|
| H A D | xfs_rtalloc.c | 1829 xfs_rgblock_t min_rgbno = xfs_rtx_to_rgbno(rtg, start); in xfs_rtalloc_check_busy() 1852 xfs_rgblock_t aligned_rgbno = roundup(rgbno, prod); in xfs_rtalloc_check_busy()
|