Searched refs:check_rec (Results 1 – 1 of 1) sorted by relevance
540 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local574 check_rec = *rec; in xchk_bmap_check_rmap()576 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()578 check_rec.rm_offset); in xchk_bmap_check_rmap()581 check_rec.rm_startblock)) in xchk_bmap_check_rmap()583 check_rec.rm_offset); in xchk_bmap_check_rmap()584 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()586 check_rec.rm_offset); in xchk_bmap_check_rmap()589 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()590 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()[all …]