Searched refs:refchk (Results 1 – 2 of 2) sorted by relevance
114 struct xchk_refcnt_check *refchk = priv; in xchk_refcountbt_rmap_check() local124 rc_last = refchk->bno + refchk->len - 1; in xchk_refcountbt_rmap_check()137 refchk->seen++; in xchk_refcountbt_rmap_check()165 struct xchk_refcnt_check *refchk) in xchk_refcountbt_process_rmap_fragments() argument176 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()266 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()270 refchk->seen = refchk->refcount; in xchk_refcountbt_process_rmap_fragments()289 struct xchk_refcnt_check refchk = { in xchk_refcountbt_xref_rmap() local311 INIT_LIST_HEAD(&refchk.fragments); in xchk_refcountbt_xref_rmap()313 &xchk_refcountbt_rmap_check, &refchk); in xchk_refcountbt_xref_rmap()[all …]
128 struct xchk_rtrefcnt_check *refchk = priv; in xchk_rtrefcountbt_rmap_check() local138 rc_last = refchk->bno + refchk->len - 1; in xchk_rtrefcountbt_rmap_check()151 refchk->seen++; in xchk_rtrefcountbt_rmap_check()179 struct xchk_rtrefcnt_check *refchk) in xchk_rtrefcountbt_process_rmap_fragments() argument190 target_nr = refchk->refcount - refchk->seen; in xchk_rtrefcountbt_process_rmap_fragments()235 while (!list_empty(&refchk->fragments)) { in xchk_rtrefcountbt_process_rmap_fragments()280 if (rbno < refchk->bno + refchk->len) in xchk_rtrefcountbt_process_rmap_fragments()284 refchk->seen = refchk->refcount; in xchk_rtrefcountbt_process_rmap_fragments()303 struct xchk_rtrefcnt_check refchk = { in xchk_rtrefcountbt_xref_rmap() local325 INIT_LIST_HEAD(&refchk.fragments); in xchk_rtrefcountbt_xref_rmap()[all …]
Completed in 6 milliseconds