Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/scrub/
Dbmap.c481 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local
515 check_rec = *rec; in xchk_bmap_check_rmap()
517 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()
519 check_rec.rm_offset); in xchk_bmap_check_rmap()
522 check_rec.rm_startblock)) in xchk_bmap_check_rmap()
524 check_rec.rm_offset); in xchk_bmap_check_rmap()
525 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
527 check_rec.rm_offset); in xchk_bmap_check_rmap()
530 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
531 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
[all …]