Lines Matching full:seen
57 * a. If a given rmap completely overlaps, mark it as seen.
61 * Once we've seen all the rmaps, we know that for all blocks in the
63 * visited $seen extents that overlap all the blocks. Therefore, we
64 * need to find ($refcount - $seen) owners for every block in the
97 /* number of owners seen */
98 xfs_nlink_t seen; member
135 * one refcount owner seen. in xchk_refcountbt_rmap_check()
137 refchk->seen++; in xchk_refcountbt_rmap_check()
176 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
269 /* Actually record us having seen the remaining refcount. */ in xchk_refcountbt_process_rmap_fragments()
270 refchk->seen = refchk->refcount; in xchk_refcountbt_process_rmap_fragments()
294 .seen = 0, in xchk_refcountbt_xref_rmap()
318 if (irec->rc_refcount != refchk.seen) { in xchk_refcountbt_xref_rmap()
319 trace_xchk_refcount_incorrect(sc->sa.pag, irec, refchk.seen); in xchk_refcountbt_xref_rmap()