Home
last modified time | relevance | path

Searched refs:target_nr (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Drefcount.c48 * extent; call that quantity $target_nr. Proceed as follows:
50 * 2. Pull the first $target_nr fragments from the list; all of them
60 * 4. Check that there are $target_nr fragments remaining in the list,
157 xfs_nlink_t target_nr; in xchk_refcountbt_process_rmap_fragments() local
159 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
160 if (target_nr == 0) in xchk_refcountbt_process_rmap_fragments()
188 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_refcountbt_process_rmap_fragments()
198 * We should have found exactly $target_nr rmap fragments starting in xchk_refcountbt_process_rmap_fragments()
201 if (nr != target_nr) in xchk_refcountbt_process_rmap_fragments()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drefcount.c53 * extent; call that quantity $target_nr. Proceed as follows:
55 * 2. Pull the first $target_nr fragments from the list; all of them
65 * 4. Check that there are $target_nr fragments remaining in the list,
162 xfs_nlink_t target_nr; in xchk_refcountbt_process_rmap_fragments() local
164 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
165 if (target_nr == 0) in xchk_refcountbt_process_rmap_fragments()
193 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_refcountbt_process_rmap_fragments()
203 * We should have found exactly $target_nr rmap fragments starting in xchk_refcountbt_process_rmap_fragments()
206 if (nr != target_nr) in xchk_refcountbt_process_rmap_fragments()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm.c1472 unsigned target_nr = 0; in __send_empty_flush() local
1496 while ((ti = dm_table_get_target(ci->map, target_nr++))) in __send_empty_flush()

Completed in 7 milliseconds