Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drefcount.c102 struct xchk_refcnt_check *refchk = priv; in xchk_refcountbt_rmap_check() local
112 rc_last = refchk->bno + refchk->len - 1; in xchk_refcountbt_rmap_check()
125 refchk->seen++; in xchk_refcountbt_rmap_check()
153 struct xchk_refcnt_check *refchk) in xchk_refcountbt_process_rmap_fragments() argument
164 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
254 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
258 refchk->seen = refchk->refcount; in xchk_refcountbt_process_rmap_fragments()
277 struct xchk_refcnt_check refchk = { in xchk_refcountbt_xref_rmap() local
299 INIT_LIST_HEAD(&refchk.fragments); in xchk_refcountbt_xref_rmap()
301 &xchk_refcountbt_rmap_check, &refchk); in xchk_refcountbt_xref_rmap()
[all …]