Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Drefcount.c114 struct xchk_refcnt_check *refchk = priv; in xchk_refcountbt_rmap_check() local
124 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() argument
176 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() local
311 INIT_LIST_HEAD(&refchk.fragments); in xchk_refcountbt_xref_rmap()
313 &xchk_refcountbt_rmap_check, &refchk); in xchk_refcountbt_xref_rmap()
[all …]
A Drtrefcount.c128 struct xchk_rtrefcnt_check *refchk = priv; in xchk_rtrefcountbt_rmap_check() local
138 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() argument
190 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() local
325 INIT_LIST_HEAD(&refchk.fragments); in xchk_rtrefcountbt_xref_rmap()
[all …]

Completed in 6 milliseconds