Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dbmap.c540 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local
574 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()
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()
592 if (check_rec.rm_blockcount == 0) in xchk_bmap_check_rmap()
[all …]