Searched refs:worklist (Results 1 – 2 of 2) sorted by relevance
| /fs/xfs/scrub/ |
| A D | refcount.c | 167 struct list_head worklist; in xchk_refcountbt_process_rmap_fragments() local 188 INIT_LIST_HEAD(&worklist); in xchk_refcountbt_process_rmap_fragments() 210 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments() 225 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments() 242 list_move_tail(&frag->list, &worklist); in xchk_refcountbt_process_rmap_fragments() 273 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
|
| A D | rtrefcount.c | 181 struct list_head worklist; in xchk_rtrefcountbt_process_rmap_fragments() local 202 INIT_LIST_HEAD(&worklist); in xchk_rtrefcountbt_process_rmap_fragments() 224 list_move_tail(&frag->list, &worklist); in xchk_rtrefcountbt_process_rmap_fragments() 239 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_rtrefcountbt_process_rmap_fragments() 256 list_move_tail(&frag->list, &worklist); in xchk_rtrefcountbt_process_rmap_fragments() 287 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_rtrefcountbt_process_rmap_fragments()
|
Completed in 10 milliseconds