Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtbitmap_repair.c192 xfs_rtxnum_t startrtx; in xrep_rtbitmap_mark_free() local
209 startrtx = xfs_rgbno_to_rtx(mp, rtb->next_rgbno); in xrep_rtbitmap_mark_free()
238 trace_xrep_rtbitmap_record_free(mp, startrtx, nextrtx - 1); in xrep_rtbitmap_mark_free()
241 bit = startrtx & XREP_RTBMP_WORDMASK; in xrep_rtbitmap_mark_free()
243 xfs_rtblock_t len = nextrtx - startrtx; in xrep_rtbitmap_mark_free()
249 error = xrep_rtbitmap_or(rtb, rtx_to_wordoff(mp, startrtx), in xrep_rtbitmap_mark_free()
253 startrtx += XFS_NBWORD - bit; in xrep_rtbitmap_mark_free()
263 if (error || startrtx + bit == nextrtx) in xrep_rtbitmap_mark_free()
268 trace_xrep_rtbitmap_record_free_bulk(mp, startrtx, nextrtx - 1); in xrep_rtbitmap_mark_free()
271 wordoff = rtx_to_wordoff(mp, startrtx); in xrep_rtbitmap_mark_free()
/linux/fs/xfs/
H A Dxfs_rtalloc.c226 xfs_rtxnum_t startrtx, in xfs_rtallocate_clamp_len() argument
232 ret = min(rtg->rtg_extents, startrtx + rtxlen) - startrtx; in xfs_rtallocate_clamp_len()