Searched refs:rm_last (Results 1 – 2 of 2) sorted by relevance
116 xfs_agblock_t rm_last; in xchk_refcountbt_rmap_check() local123 rm_last = rec->rm_startblock + rec->rm_blockcount - 1; in xchk_refcountbt_rmap_check()132 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_refcountbt_rmap_check()
130 xfs_rgblock_t rm_last; in xchk_rtrefcountbt_rmap_check() local137 rm_last = rec->rm_startblock + rec->rm_blockcount - 1; in xchk_rtrefcountbt_rmap_check()146 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_rtrefcountbt_rmap_check()
Completed in 6 milliseconds