Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Dcow_repair.c77 unsigned int irec_startbno; member
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()
262 rc_low.rc_startblock = xc->irec_startbno; in xrep_cow_find_bad()
271 rc_low.rc_startblock = xc->irec_startbno; in xrep_cow_find_bad()
274 xc->next_bno = xc->irec_startbno; in xrep_cow_find_bad()
290 rm_low.rm_startblock = xc->irec_startbno; in xrep_cow_find_bad()
346 rc_low.rc_startblock = xc->irec_startbno; in xrep_cow_find_bad_rt()
355 rc_low.rc_startblock = xc->irec_startbno; in xrep_cow_find_bad_rt()
358 xc->next_bno = xc->irec_startbno; in xrep_cow_find_bad_rt()
[all …]