Searched refs:check_rec (Results 1 – 1 of 1) sorted by relevance
564 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local598 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()[all …]