Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/scrub/
Drefcount.c157 xfs_agblock_t next_rbno; in xchk_refcountbt_process_rmap_fragments() local
209 next_rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
213 if (bno < next_rbno) in xchk_refcountbt_process_rmap_fragments()
214 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
228 if (next_rbno > bno) in xchk_refcountbt_process_rmap_fragments()
229 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
244 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()