Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Drefcount.c99 xfs_agblock_t rm_last; in xchk_refcountbt_rmap_check() local
106 rm_last = rec->rm_startblock + rec->rm_blockcount - 1; in xchk_refcountbt_rmap_check()
115 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_refcountbt_rmap_check()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drefcount.c104 xfs_agblock_t rm_last; in xchk_refcountbt_rmap_check() local
111 rm_last = rec->rm_startblock + rec->rm_blockcount - 1; in xchk_refcountbt_rmap_check()
120 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_refcountbt_rmap_check()

Completed in 2 milliseconds