Searched refs:startrtx (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/scrub/ |
| A D | rtbitmap_repair.c | 189 xfs_rtxnum_t startrtx; in xrep_rtbitmap_mark_free() local 206 startrtx = xfs_rgbno_to_rtx(mp, rtb->next_rgbno); in xrep_rtbitmap_mark_free() 235 trace_xrep_rtbitmap_record_free(mp, startrtx, nextrtx - 1); in xrep_rtbitmap_mark_free() 238 bit = startrtx & XREP_RTBMP_WORDMASK; in xrep_rtbitmap_mark_free() 240 xfs_rtblock_t len = nextrtx - startrtx; in xrep_rtbitmap_mark_free() 246 error = xrep_rtbitmap_or(rtb, rtx_to_wordoff(mp, startrtx), in xrep_rtbitmap_mark_free() 250 startrtx += XFS_NBWORD - bit; in xrep_rtbitmap_mark_free() 260 if (error || startrtx + bit == nextrtx) in xrep_rtbitmap_mark_free() 265 trace_xrep_rtbitmap_record_free_bulk(mp, startrtx, nextrtx - 1); in xrep_rtbitmap_mark_free() 268 wordoff = rtx_to_wordoff(mp, startrtx); in xrep_rtbitmap_mark_free()
|
| A D | repair.c | 1051 xfs_rtxnum_t startrtx; in xrep_require_rtext_inuse() local 1062 startrtx = xfs_rgbno_to_rtx(mp, rgbno); in xrep_require_rtext_inuse() 1065 error = xfs_rtalloc_extent_is_free(sc->sr.rtg, sc->tp, startrtx, in xrep_require_rtext_inuse() 1066 endrtx - startrtx + 1, &is_free); in xrep_require_rtext_inuse()
|
| /fs/xfs/ |
| A D | xfs_rtalloc.c | 223 xfs_rtxnum_t startrtx, in xfs_rtallocate_clamp_len() argument 229 ret = min(rtg->rtg_extents, startrtx + rtxlen) - startrtx; in xfs_rtallocate_clamp_len()
|
Completed in 11 milliseconds