Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drtbitmap.c135 xfs_rtblock_t endext; in xchk_xref_is_used_rt_space() local
144 endext = fsbno + len - 1; in xchk_xref_is_used_rt_space()
146 do_div(endext, sc->mp->m_sb.sb_rextsize); in xchk_xref_is_used_rt_space()
147 extcount = endext - startext + 1; in xchk_xref_is_used_rt_space()
/kernel/linux/linux-5.10/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()

Completed in 1 milliseconds