Lines Matching full:seen
42 * a. If a given rmap completely overlaps, mark it as seen.
46 * Once we've seen all the rmaps, we know that for all blocks in the
48 * visited $seen extents that overlap all the blocks. Therefore, we
49 * need to find ($refcount - $seen) owners for every block in the
82 /* number of owners seen */
83 xfs_nlink_t seen; member
120 * one refcount owner seen. in xchk_refcountbt_rmap_check()
122 refchk->seen++; in xchk_refcountbt_rmap_check()
161 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
254 /* Actually record us having seen the remaining refcount. */ in xchk_refcountbt_process_rmap_fragments()
255 refchk->seen = refchk->refcount; in xchk_refcountbt_process_rmap_fragments()
279 .seen = 0, in xchk_refcountbt_xref_rmap()
303 if (irec->rc_refcount != refchk.seen) in xchk_refcountbt_xref_rmap()