Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtrmap.c78 struct xfs_rmap_irec prev_rec; member
134 const struct xfs_rmap_irec *r1 = &cr->prev_rec; in xchk_rtrmap_mergeable()
137 if (cr->prev_rec.rm_blockcount == 0) in xchk_rtrmap_mergeable()
165 memcpy(&cr->prev_rec, irec, sizeof(struct xfs_rmap_irec)); in xchk_rtrmapbt_check_mergeable()
H A Dbmap.c128 struct xfs_bmbt_irec prev_rec; member
484 if (irec->br_startoff < info->prev_rec.br_startoff + in xchk_bmap_iextent()
485 info->prev_rec.br_blockcount) in xchk_bmap_iextent()
886 if (irec->br_startoff < info->prev_rec.br_startoff + in xchk_bmap_iextent_delalloc()
887 info->prev_rec.br_blockcount) in xchk_bmap_iextent_delalloc()
1120 memcpy(&info.prev_rec, &irec, sizeof(struct xfs_bmbt_irec)); in xchk_bmap()
H A Drefcount.c347 struct xfs_refcount_irec prev_rec; member
411 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_refcount_mergeable()
443 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_refcountbt_check_mergeable()
H A Drtrefcount.c359 struct xfs_refcount_irec prev_rec; member
376 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_rtrefcount_mergeable()
406 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_rtrefcountbt_check_mergeable()