Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtbitmap_repair.c193 xfs_rtxnum_t nextrtx; in xrep_rtbitmap_mark_free() local
214 nextrtx = xfs_rgbno_to_rtx(mp, rgbno - 1) + 1; in xrep_rtbitmap_mark_free()
238 trace_xrep_rtbitmap_record_free(mp, startrtx, nextrtx - 1); in xrep_rtbitmap_mark_free()
243 xfs_rtblock_t len = nextrtx - startrtx; in xrep_rtbitmap_mark_free()
257 bit = nextrtx & XREP_RTBMP_WORDMASK; in xrep_rtbitmap_mark_free()
261 error = xrep_rtbitmap_or(rtb, rtx_to_wordoff(mp, nextrtx), in xrep_rtbitmap_mark_free()
263 if (error || startrtx + bit == nextrtx) in xrep_rtbitmap_mark_free()
265 nextrtx -= bit; in xrep_rtbitmap_mark_free()
268 trace_xrep_rtbitmap_record_free_bulk(mp, startrtx, nextrtx - 1); in xrep_rtbitmap_mark_free()
272 nextwordoff = rtx_to_wordoff(mp, nextrtx); in xrep_rtbitmap_mark_free()