Lines Matching refs:check_rec
564 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local
598 check_rec = *rec; in xchk_bmap_check_rmap()
600 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()
602 check_rec.rm_offset); in xchk_bmap_check_rmap()
605 check_rec.rm_startblock)) in xchk_bmap_check_rmap()
607 check_rec.rm_offset); in xchk_bmap_check_rmap()
608 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
610 check_rec.rm_offset); in xchk_bmap_check_rmap()
613 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
614 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
615 check_rec.rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()
616 if (check_rec.rm_blockcount == 0) in xchk_bmap_check_rmap()
621 check_rec.rm_offset); in xchk_bmap_check_rmap()