Searched refs:reloc_roots (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/btrfs/
H A Drelocation.c152 struct list_head reloc_roots; member in struct:reloc_control
652 list_add_tail(&root->root_list, &rc->reloc_roots);
683 * of places where the pattern is to splice the rc->reloc_roots, process
685 * rc->reloc_roots. If we call __del_reloc_root while it's off of the
835 * root->reloc_root, and another for being on the rc->reloc_roots list.
1828 LIST_HEAD(reloc_roots);
1865 while (!list_empty(&rc->reloc_roots)) {
1866 reloc_root = list_entry(rc->reloc_roots.next,
1877 list_add(&reloc_root->root_list, &reloc_roots);
1909 list_add(&reloc_root->root_list, &reloc_roots);
[all...]

Completed in 466 milliseconds