Home
last modified time | relevance | path

Searched refs:refchk (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/fs/xfs/scrub/
Drefcount.c99 struct xchk_refcnt_check *refchk = priv; in xchk_refcountbt_rmap_check() local
105 if (xchk_should_terminate(refchk->sc, &error)) in xchk_refcountbt_rmap_check()
109 rc_last = refchk->bno + refchk->len - 1; in xchk_refcountbt_rmap_check()
112 if (refchk->refcount == 1 && rec->rm_owner != XFS_RMAP_OWN_COW) { in xchk_refcountbt_rmap_check()
113 xchk_btree_xref_set_corrupt(refchk->sc, cur, 0); in xchk_refcountbt_rmap_check()
117 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_refcountbt_rmap_check()
122 refchk->seen++; in xchk_refcountbt_rmap_check()
135 list_add_tail(&frag->list, &refchk->fragments); in xchk_refcountbt_rmap_check()
150 struct xchk_refcnt_check *refchk) in xchk_refcountbt_process_rmap_fragments() argument
161 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
[all …]