Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Dbmap.c624 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local
658 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()
666 check_rec.rm_offset); 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()
674 check_rec.rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()
675 if (check_rec.rm_blockcount == 0) in xchk_bmap_check_rmap()
[all …]

Completed in 7 milliseconds