Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drtbitmap.c136 xfs_rtblock_t endext; in xchk_xref_is_used_rt_space() local
145 endext = fsbno + len - 1; in xchk_xref_is_used_rt_space()
147 do_div(endext, sc->mp->m_sb.sb_rextsize); in xchk_xref_is_used_rt_space()
148 extcount = endext - startext + 1; in xchk_xref_is_used_rt_space()