Lines Matching refs:xfs_rmap_irec
49 struct xfs_rmap_irec overlap_rec;
55 struct xfs_rmap_irec prev_rec;
72 struct xfs_rmap_irec *irec) in xchk_rmapbt_xref_refc()
103 struct xfs_rmap_irec *irec) in xchk_rmapbt_xref()
178 const struct xfs_rmap_irec *irec) in xchk_rmapbt_is_shareable()
195 const struct xfs_rmap_irec *irec) in xchk_rmapbt_check_overlapping()
222 memcpy(&cr->overlap_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rmapbt_check_overlapping()
229 const struct xfs_rmap_irec *r2) in xchk_rmap_mergeable()
231 const struct xfs_rmap_irec *r1 = &cr->prev_rec; in xchk_rmap_mergeable()
259 const struct xfs_rmap_irec *irec) in xchk_rmapbt_check_mergeable()
267 memcpy(&cr->prev_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rmapbt_check_mergeable()
275 const struct xfs_rmap_irec *irec) in xchk_rmapbt_mark_bitmap()
348 struct xfs_rmap_irec irec; in xchk_rmapbt_rec()