Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount.c171 xfs_agblock_t next_rbno; in xchk_refcountbt_process_rmap_fragments() local
223 next_rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
227 if (bno < next_rbno) in xchk_refcountbt_process_rmap_fragments()
228 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
242 if (next_rbno > bno) in xchk_refcountbt_process_rmap_fragments()
243 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
258 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()
H A Drtrefcount.c186 xfs_rgblock_t next_rbno; in xchk_rtrefcountbt_process_rmap_fragments() local
238 next_rbno = NULLRGBLOCK; in xchk_rtrefcountbt_process_rmap_fragments()
242 if (bno < next_rbno) in xchk_rtrefcountbt_process_rmap_fragments()
243 next_rbno = bno; in xchk_rtrefcountbt_process_rmap_fragments()
257 if (next_rbno > bno) in xchk_rtrefcountbt_process_rmap_fragments()
258 next_rbno = bno; in xchk_rtrefcountbt_process_rmap_fragments()
273 rbno = next_rbno; in xchk_rtrefcountbt_process_rmap_fragments()