Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Drefcount.c165 xfs_agblock_t next_rbno; in xchk_refcountbt_process_rmap_fragments() local
219 next_rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
223 if (bno < next_rbno) in xchk_refcountbt_process_rmap_fragments()
224 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
238 if (next_rbno > bno) in xchk_refcountbt_process_rmap_fragments()
239 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
254 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()