Lines Matching full:seen
45 * a. If a given rmap completely overlaps, mark it as seen.
49 * Once we've seen all the rmaps, we know that for all blocks in the
51 * visited $seen extents that overlap all the blocks. Therefore, we
52 * need to find ($refcount - $seen) owners for every block in the
85 /* number of owners seen */
86 xfs_nlink_t seen; member
123 * one refcount owner seen. in xchk_refcountbt_rmap_check()
125 refchk->seen++; in xchk_refcountbt_rmap_check()
164 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
257 /* Actually record us having seen the remaining refcount. */ in xchk_refcountbt_process_rmap_fragments()
258 refchk->seen = refchk->refcount; in xchk_refcountbt_process_rmap_fragments()
282 .seen = 0, in xchk_refcountbt_xref_rmap()
306 if (irec->rc_refcount != refchk.seen) { in xchk_refcountbt_xref_rmap()
307 trace_xchk_refcount_incorrect(sc->sa.pag, irec, refchk.seen); in xchk_refcountbt_xref_rmap()