Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Drtbitmap.c125 xfs_rtblock_t startext; in xchk_xref_is_used_rt_space() local
134 startext = fsbno; in xchk_xref_is_used_rt_space()
136 do_div(startext, sc->mp->m_sb.sb_rextsize); in xchk_xref_is_used_rt_space()
138 extcount = endext - startext + 1; in xchk_xref_is_used_rt_space()
140 error = xfs_rtalloc_extent_is_free(sc->mp, sc->tp, startext, extcount, in xchk_xref_is_used_rt_space()