Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Drefcount.c150 struct list_head worklist; in xchk_refcountbt_process_rmap_fragments() local
171 INIT_LIST_HEAD(&worklist); 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()
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()