Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dcow_repair.c78 unsigned int irec_startbno; member
119 if (dst->rc_startblock < xc->irec_startbno) { in xrep_cow_trim_refcount()
120 adj = xc->irec_startbno - dst->rc_startblock; in xrep_cow_trim_refcount()
126 xc->irec_startbno + xc->irec.br_blockcount) { in xrep_cow_trim_refcount()
128 (xc->irec_startbno + xc->irec.br_blockcount); in xrep_cow_trim_refcount()
212 if (rec_bno < xc->irec_startbno) { in xrep_cow_mark_missing_staging_rmap()
213 adj = xc->irec_startbno - rec_bno; in xrep_cow_mark_missing_staging_rmap()
218 if (rec_bno + rec_len > xc->irec_startbno + xc->irec.br_blockcount) { in xrep_cow_mark_missing_staging_rmap()
220 (xc->irec_startbno + xc->irec.br_blockcount); in xrep_cow_mark_missing_staging_rmap()
269 xc->irec_startbno = XFS_FSB_TO_AGBNO(sc->mp, xc->irec.br_startblock); in xrep_cow_find_bad()
[all …]