Lines Matching refs:list
67 struct list_head list; member
133 list_add_tail(&frag->list, &refchk->fragments); in xchk_refcountbt_rmap_check()
176 list_for_each_entry(frag, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
187 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
193 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments()
208 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
215 list_del(&frag->list); in xchk_refcountbt_process_rmap_fragments()
221 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
225 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments()
256 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
257 list_del(&frag->list); in xchk_refcountbt_process_rmap_fragments()
260 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
261 list_del(&frag->list); in xchk_refcountbt_process_rmap_fragments()
307 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
308 list_del(&frag->list); in xchk_refcountbt_xref_rmap()