Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Drtbitmap.c173 xfs_rtblock_t endext; in xchk_xref_is_used_rt_space() local
182 endext = fsbno + len - 1; in xchk_xref_is_used_rt_space()
184 do_div(endext, sc->mp->m_sb.sb_rextsize); in xchk_xref_is_used_rt_space()
185 extcount = endext - startext + 1; in xchk_xref_is_used_rt_space()