Searched refs:nextrtx (Results 1 – 1 of 1) sorted by relevance
190 xfs_rtxnum_t nextrtx; in xrep_rtbitmap_mark_free() local211 nextrtx = xfs_rgbno_to_rtx(mp, rgbno - 1) + 1; in xrep_rtbitmap_mark_free()235 trace_xrep_rtbitmap_record_free(mp, startrtx, nextrtx - 1); in xrep_rtbitmap_mark_free()240 xfs_rtblock_t len = nextrtx - startrtx; in xrep_rtbitmap_mark_free()254 bit = nextrtx & XREP_RTBMP_WORDMASK; in xrep_rtbitmap_mark_free()258 error = xrep_rtbitmap_or(rtb, rtx_to_wordoff(mp, nextrtx), in xrep_rtbitmap_mark_free()260 if (error || startrtx + bit == nextrtx) in xrep_rtbitmap_mark_free()262 nextrtx -= bit; in xrep_rtbitmap_mark_free()265 trace_xrep_rtbitmap_record_free_bulk(mp, startrtx, nextrtx - 1); in xrep_rtbitmap_mark_free()269 nextwordoff = rtx_to_wordoff(mp, nextrtx); in xrep_rtbitmap_mark_free()
Completed in 5 milliseconds