Lines Matching refs:xfs_rmap_irec
72 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()
98 const struct xfs_rmap_irec *irec) in xchk_rtrmapbt_check_overlapping()
125 memcpy(&cr->overlap_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rtrmapbt_check_overlapping()
132 const struct xfs_rmap_irec *r2) in xchk_rtrmap_mergeable()
134 const struct xfs_rmap_irec *r1 = &cr->prev_rec; in xchk_rtrmap_mergeable()
157 const struct xfs_rmap_irec *irec) in xchk_rtrmapbt_check_mergeable()
165 memcpy(&cr->prev_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rtrmapbt_check_mergeable()
172 struct xfs_rmap_irec *irec) in xchk_rtrmapbt_xref_rtrefc()
203 struct xfs_rmap_irec *irec) in xchk_rtrmapbt_xref()
225 struct xfs_rmap_irec irec; in xchk_rtrmapbt_rec()