Home
last modified time | relevance | path

Searched refs:check_rec (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/scrub/
H A Dbmap.c577 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local
611 check_rec = *rec; in xchk_bmap_check_rmap()
613 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()
615 check_rec.rm_offset); in xchk_bmap_check_rmap()
618 check_rec.rm_startblock)) in xchk_bmap_check_rmap()
620 check_rec.rm_offset); in xchk_bmap_check_rmap()
621 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
623 check_rec.rm_offset); in xchk_bmap_check_rmap()
626 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
627 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
[all …]