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

/linux-master/fs/xfs/scrub/
H A Drefcount.c347 struct xfs_refcount_irec prev_rec; member in struct:xchk_refcbt_records
411 const struct xfs_refcount_irec *r1 = &rrc->prev_rec;
413 /* Ignore if prev_rec is not yet initialized. */
443 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec));
H A Drmap.c65 struct xfs_rmap_irec prev_rec; member in struct:xchk_rmap
241 const struct xfs_rmap_irec *r1 = &cr->prev_rec;
243 /* Ignore if prev_rec is not yet initialized. */
244 if (cr->prev_rec.rm_blockcount == 0)
277 memcpy(&cr->prev_rec, irec, sizeof(struct xfs_rmap_irec));
H A Dbmap.c125 struct xfs_bmbt_irec prev_rec; member in struct:xchk_bmap_info
424 if (irec->br_startoff < info->prev_rec.br_startoff +
425 info->prev_rec.br_blockcount)
793 if (irec->br_startoff < info->prev_rec.br_startoff +
794 info->prev_rec.br_blockcount)
1006 memcpy(&info.prev_rec, &irec, sizeof(struct xfs_bmbt_irec));

Completed in 108 milliseconds