Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Drefcount.c174 xfs_nlink_t target_nr; in xchk_refcountbt_process_rmap_fragments() local
176 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
177 if (target_nr == 0) in xchk_refcountbt_process_rmap_fragments()
205 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_refcountbt_process_rmap_fragments()
218 if (nr != target_nr) in xchk_refcountbt_process_rmap_fragments()
H A Drtrefcount.c188 xfs_nlink_t target_nr; in xchk_rtrefcountbt_process_rmap_fragments() local
190 target_nr = refchk->refcount - refchk->seen; in xchk_rtrefcountbt_process_rmap_fragments()
191 if (target_nr == 0) in xchk_rtrefcountbt_process_rmap_fragments()
219 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_rtrefcountbt_process_rmap_fragments()
232 if (nr != target_nr) in xchk_rtrefcountbt_process_rmap_fragments()