Lines Matching full:seen
71 * a. If a given rmap completely overlaps, mark it as seen.
75 * Once we've seen all the rmaps, we know that for all blocks in the
77 * visited $seen extents that overlap all the blocks. Therefore, we
78 * need to find ($refcount - $seen) owners for every block in the
111 /* number of owners seen */
112 xfs_nlink_t seen; member
149 * one refcount owner seen. in xchk_rtrefcountbt_rmap_check()
151 refchk->seen++; in xchk_rtrefcountbt_rmap_check()
190 target_nr = refchk->refcount - refchk->seen; in xchk_rtrefcountbt_process_rmap_fragments()
283 /* Actually record us having seen the remaining refcount. */ in xchk_rtrefcountbt_process_rmap_fragments()
284 refchk->seen = refchk->refcount; in xchk_rtrefcountbt_process_rmap_fragments()
308 .seen = 0, in xchk_rtrefcountbt_xref_rmap()
332 if (irec->rc_refcount != refchk.seen) in xchk_rtrefcountbt_xref_rmap()