Searched refs:check_rec (Results 1 – 1 of 1) sorted by relevance
624 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local658 check_rec = *rec; in xchk_bmap_check_rmap()660 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()662 check_rec.rm_offset); in xchk_bmap_check_rmap()664 xfs_gbno_to_fsb(cur->bc_group, check_rec.rm_startblock)) in xchk_bmap_check_rmap()666 check_rec.rm_offset); in xchk_bmap_check_rmap()667 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()669 check_rec.rm_offset); in xchk_bmap_check_rmap()672 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()673 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()[all …]