Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount.c173 xfs_nlink_t target_nr; in xchk_refcountbt_process_rmap_fragments() local
175 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
176 if (target_nr == 0) in xchk_refcountbt_process_rmap_fragments()
204 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_refcountbt_process_rmap_fragments()
217 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()