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

/linux-master/fs/xfs/scrub/
H A Dbmap.c564 struct xfs_rmap_irec check_rec; local
598 check_rec = *rec;
600 if (irec.br_startoff != check_rec.rm_offset)
602 check_rec.rm_offset);
605 check_rec.rm_startblock))
607 check_rec.rm_offset);
608 if (irec.br_blockcount > check_rec.rm_blockcount)
610 check_rec.rm_offset);
613 check_rec.rm_startblock += irec.br_blockcount;
614 check_rec
[all...]

Completed in 88 milliseconds