Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/scrub/
Dbmap.c465 struct xfs_rmap_irec check_rec; in xchk_bmap_check_rmap() local
499 check_rec = *rec; in xchk_bmap_check_rmap()
501 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()
503 check_rec.rm_offset); in xchk_bmap_check_rmap()
506 check_rec.rm_startblock)) in xchk_bmap_check_rmap()
508 check_rec.rm_offset); in xchk_bmap_check_rmap()
509 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
511 check_rec.rm_offset); in xchk_bmap_check_rmap()
514 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
515 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
[all …]