Home
last modified time | relevance | path

Searched refs:prev_rec (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Drmap.c65 struct xfs_rmap_irec prev_rec; member
241 const struct xfs_rmap_irec *r1 = &cr->prev_rec; in xchk_rmap_mergeable()
244 if (cr->prev_rec.rm_blockcount == 0) in xchk_rmap_mergeable()
277 memcpy(&cr->prev_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rmapbt_check_mergeable()
H A Drefcount.c346 struct xfs_refcount_irec prev_rec; member
410 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_refcount_mergeable()
442 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_refcountbt_check_mergeable()
H A Drtrefcount.c358 struct xfs_refcount_irec prev_rec; member
375 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_rtrefcount_mergeable()
405 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_rtrefcountbt_check_mergeable()