Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Drefcount.c155 xfs_agblock_t next_rbno; in xchk_refcountbt_process_rmap_fragments() local
207 next_rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
211 if (bno < next_rbno) in xchk_refcountbt_process_rmap_fragments()
212 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
226 if (next_rbno > bno) in xchk_refcountbt_process_rmap_fragments()
227 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
242 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()