Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtrmap.c72 struct xfs_rmap_irec overlap_rec;
78 struct xfs_rmap_irec prev_rec;
84 const struct xfs_rmap_irec *irec) in xchk_rtrmapbt_is_shareable()
101 const struct xfs_rmap_irec *irec) in xchk_rtrmapbt_check_overlapping()
128 memcpy(&cr->overlap_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rtrmapbt_check_overlapping()
135 const struct xfs_rmap_irec *r2) in xchk_rtrmap_mergeable()
137 const struct xfs_rmap_irec *r1 = &cr->prev_rec; in xchk_rtrmap_mergeable()
163 const struct xfs_rmap_irec *irec) in xchk_rtrmapbt_check_mergeable()
171 memcpy(&cr->prev_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rtrmapbt_check_mergeable()
178 struct xfs_rmap_irec *irec) in xchk_rtrmapbt_xref_rtrefc()
[all …]
H A Drmap.c59 struct xfs_rmap_irec overlap_rec;
65 struct xfs_rmap_irec prev_rec;
82 struct xfs_rmap_irec *irec) in xchk_rmapbt_xref_refc()
113 struct xfs_rmap_irec *irec) in xchk_rmapbt_xref()
188 const struct xfs_rmap_irec *irec) in xchk_rmapbt_is_shareable()
205 const struct xfs_rmap_irec *irec) in xchk_rmapbt_check_overlapping()
232 memcpy(&cr->overlap_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rmapbt_check_overlapping()
239 const struct xfs_rmap_irec *r2) in xchk_rmap_mergeable()
241 const struct xfs_rmap_irec *r1 = &cr->prev_rec; in xchk_rmap_mergeable()
269 const struct xfs_rmap_irec *irec) in xchk_rmapbt_check_mergeable()
[all …]
H A Drcbag.h17 const struct xfs_rmap_irec *rmap);
21 const struct xfs_rmap_irec *next_rmap, bool next_valid,
H A Drefcount.c85 struct xfs_rmap_irec rm;
111 const struct xfs_rmap_irec *rec, in xchk_refcountbt_rmap_check()
295 struct xfs_rmap_irec low; in xchk_refcountbt_xref_rmap()
296 struct xfs_rmap_irec high; in xchk_refcountbt_xref_rmap()
361 const struct xfs_rmap_irec *rec, in xchk_refcountbt_rmap_check_gap()
383 struct xfs_rmap_irec low; in xchk_refcountbt_xref_gaps()
384 struct xfs_rmap_irec high; in xchk_refcountbt_xref_gaps()
H A Drtrefcount.c100 struct xfs_rmap_irec rm;
126 const struct xfs_rmap_irec *rec, in xchk_rtrefcountbt_rmap_check()
310 struct xfs_rmap_irec low; in xchk_rtrefcountbt_xref_rmap()
311 struct xfs_rmap_irec high; in xchk_rtrefcountbt_xref_rmap()
412 const struct xfs_rmap_irec *rec, in xchk_rtrefcountbt_rmap_check_gap()
434 struct xfs_rmap_irec low; in xchk_rtrefcountbt_xref_gaps()
435 struct xfs_rmap_irec high; in xchk_rtrefcountbt_xref_gaps()
H A Dcow_repair.c199 const struct xfs_rmap_irec *rec, in xrep_cow_mark_missing_staging_rmap()
261 struct xfs_rmap_irec rm_low = { 0 }; in xrep_cow_find_bad()
262 struct xfs_rmap_irec rm_high = { 0 }; in xrep_cow_find_bad()
343 struct xfs_rmap_irec rm_low = { 0 }; in xrep_cow_find_bad_rt()
344 struct xfs_rmap_irec rm_high = { 0 }; in xrep_cow_find_bad_rt()
H A Drefcount_repair.c205 const struct xfs_rmap_irec *rmap) in xrep_refc_rmap_shareable()
230 struct xfs_rmap_irec *rmap, in xrep_refc_walk_rmaps()
372 struct xfs_rmap_irec *rmap, in xrep_refc_push_rmaps_at()
432 struct xfs_rmap_irec rmap; in xrep_refc_find_refcounts()
H A Drcbag.c74 const struct xfs_rmap_irec *rmap) in rcbag_add()
150 const struct xfs_rmap_irec *next_rmap, in rcbag_next_edge()
H A Drcbag_btree.h70 const struct xfs_rmap_irec *rmap, int *success);
H A Dbmap.c150 struct xfs_rmap_irec *rmap) in xchk_bmap_get_rmap()
206 struct xfs_rmap_irec rmap; in xchk_bmap_xref_rmap()
273 struct xfs_rmap_irec rmap; in xchk_bmap_xref_rmap_cow()
620 const struct xfs_rmap_irec *rec, in xchk_bmap_check_rmap()
624 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap()
H A Drepair.h119 const struct xfs_rmap_irec *rec);
H A Drtbitmap_repair.c305 const struct xfs_rmap_irec *rec, in xrep_rtbitmap_walk_rtrmap()
H A Dalloc_repair.c226 const struct xfs_rmap_irec *rec, in xrep_abt_walk_rmap()
H A Dinode_repair.c730 const struct xfs_rmap_irec *rec, in xrep_dinode_walk_rmap()
783 const struct xfs_rmap_irec *rec, in xrep_dinode_walk_rtrmap()
H A Dagheader_repair.c468 const struct xfs_rmap_irec *rec, in xrep_agfl_walk_rmap()
H A Dtrace.h2111 TP_PROTO(const struct xfs_perag *pag, const struct xfs_rmap_irec *rec),
2262 TP_PROTO(const struct xfs_perag *pag, const struct xfs_rmap_irec *rec),
3844 TP_PROTO(struct xfs_mount *mp, const struct xfs_rmap_irec *rec),
/linux/fs/xfs/
H A Dxfs_notify_failure.c42 const struct xfs_rmap_irec *rec, in xfs_failure_pgoff()
56 const struct xfs_rmap_irec *rec, in xfs_failure_pgcnt()
76 const struct xfs_rmap_irec *rec, in xfs_dax_failure_fn()
299 struct xfs_rmap_irec ri_low = { }; in xfs_dax_notify_dev_failure()
300 struct xfs_rmap_irec ri_high; in xfs_dax_notify_dev_failure()
H A Dxfs_zone_gc.c121 struct xfs_rmap_irec *recs;
291 const struct xfs_rmap_irec *irec, in xfs_zone_gc_query_cb()
314 const struct xfs_rmap_irec *reca = a; in xfs_zone_gc_rmap_rec_cmp()
315 const struct xfs_rmap_irec *recb = b; in xfs_zone_gc_rmap_rec_cmp()
330 struct xfs_rmap_irec ri_low = { }; in xfs_zone_gc_query()
331 struct xfs_rmap_irec ri_high; in xfs_zone_gc_query()
391 struct xfs_rmap_irec *chunk_rec, in xfs_zone_gc_iter_irec()
394 struct xfs_rmap_irec *irec; in xfs_zone_gc_iter_irec()
439 struct xfs_rmap_irec *irec = &iter->recs[iter->rec_idx]; in xfs_zone_gc_iter_advance()
714 struct xfs_rmap_irec irec; in xfs_zone_gc_start_chunk()
H A Dxfs_verify_media.c39 const struct xfs_rmap_irec *rec, in xfs_verify_report_data_lost()
116 struct xfs_rmap_irec ri_low = { }; in xfs_verify_report_losses()
117 struct xfs_rmap_irec ri_high; in xfs_verify_report_losses()
H A Dxfs_fsmap.c66 struct xfs_rmap_irec *dest, in xfs_fsmap_owner_to_rmap()
179 struct xfs_rmap_irec low;
180 struct xfs_rmap_irec high; /* high rmap key */
264 struct xfs_rmap_irec rec = { in xfs_getfsmap_frec_before_start()
405 const struct xfs_rmap_irec *rec, in xfs_getfsmap_rmapbt_helper()
440 struct xfs_rmap_irec *irec, in xfs_getfsmap_set_irec_flags()
453 rmap_not_shareable(struct xfs_mount *mp, const struct xfs_rmap_irec *r) in rmap_not_shareable()
841 const struct xfs_rmap_irec *rec, in xfs_getfsmap_rtdev_rmapbt_helper()
H A Dxfs_trace.h82 struct xfs_rmap_irec;
4277 const struct xfs_rmap_irec *rmap),
4309 const struct xfs_rmap_irec *rmap), \
/linux/fs/xfs/libxfs/
H A Dxfs_types.h184 struct xfs_rmap_irec { struct
H A Dxfs_btree.h245 struct xfs_rmap_irec r;