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.c77 unsigned int irec_startbno; member
124 if (dst->rc_startblock < xc->irec_startbno) { in xrep_cow_trim_refcount()
125 adj = xc->irec_startbno - dst->rc_startblock; in xrep_cow_trim_refcount()
131 xc->irec_startbno + xc->irec.br_blockcount) { in xrep_cow_trim_refcount()
133 (xc->irec_startbno + xc->irec.br_blockcount); in xrep_cow_trim_refcount()
217 if (rec_bno < xc->irec_startbno) { in xrep_cow_mark_missing_staging_rmap()
218 adj = xc->irec_startbno - rec_bno; in xrep_cow_mark_missing_staging_rmap()
223 if (rec_bno + rec_len > xc->irec_startbno + xc->irec.br_blockcount) { in xrep_cow_mark_missing_staging_rmap()
225 (xc->irec_startbno + xc->irec.br_blockcount); in xrep_cow_mark_missing_staging_rmap()
251 xc->irec_startbno = XFS_FSB_TO_AGBNO(sc->mp, xc->irec.br_startblock); in xrep_cow_find_bad()
[all …]