Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A 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()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drefcount.c160 xfs_agblock_t next_rbno; in xchk_refcountbt_process_rmap_fragments() local
212 next_rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
216 if (bno < next_rbno) in xchk_refcountbt_process_rmap_fragments()
217 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
231 if (next_rbno > bno) in xchk_refcountbt_process_rmap_fragments()
232 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
247 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()

Completed in 2 milliseconds