Lines Matching full:seen
40 * a. If a given rmap completely overlaps, mark it as seen.
44 * Once we've seen all the rmaps, we know that for all blocks in the
46 * visited $seen extents that overlap all the blocks. Therefore, we
47 * need to find ($refcount - $seen) owners for every block in the
80 /* number of owners seen */
81 xfs_nlink_t seen; member
118 * one refcount owner seen. in xchk_refcountbt_rmap_check()
120 refchk->seen++; in xchk_refcountbt_rmap_check()
159 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
252 /* Actually record us having seen the remaining refcount. */ in xchk_refcountbt_process_rmap_fragments()
253 refchk->seen = refchk->refcount; in xchk_refcountbt_process_rmap_fragments()
279 .seen = 0, in xchk_refcountbt_xref_rmap()
303 if (refcount != refchk.seen) in xchk_refcountbt_xref_rmap()