Searched refs:reloc_roots (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Drelocation.c152 struct list_head reloc_roots; member in struct:reloc_control
656 list_add_tail(&root->root_list, &rc->reloc_roots);
687 * of places where the pattern is to splice the rc->reloc_roots, process
689 * rc->reloc_roots. If we call __del_reloc_root while it's off of the
839 * root->reloc_root, and another for being on the rc->reloc_roots list.
1864 LIST_HEAD(reloc_roots);
1901 while (!list_empty(&rc->reloc_roots)) {
1902 reloc_root = list_entry(rc->reloc_roots.next,
1913 list_add(&reloc_root->root_list, &reloc_roots);
1945 list_add(&reloc_root->root_list, &reloc_roots);
[all...]

Completed in 104 milliseconds