Lines Matching full:seen
50 * a. If a given rmap completely overlaps, mark it as seen.
54 * Once we've seen all the rmaps, we know that for all blocks in the
56 * visited $seen extents that overlap all the blocks. Therefore, we
57 * need to find ($refcount - $seen) owners for every block in the
90 /* number of owners seen */
91 xfs_nlink_t seen; member
128 * one refcount owner seen. in xchk_refcountbt_rmap_check()
130 refchk->seen++; in xchk_refcountbt_rmap_check()
169 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
264 /* Actually record us having seen the remaining refcount. */ in xchk_refcountbt_process_rmap_fragments()
265 refchk->seen = refchk->refcount; in xchk_refcountbt_process_rmap_fragments()
291 .seen = 0, in xchk_refcountbt_xref_rmap()
315 if (refcount != refchk.seen) in xchk_refcountbt_xref_rmap()