Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Drelocation.c173 struct list_head reloc_roots; member
1219 list_add_tail(&root->root_list, &rc->reloc_roots);
2135 LIST_HEAD(reloc_roots);
2171 while (!list_empty(&rc->reloc_roots)) {
2172 reloc_root = list_entry(rc->reloc_roots.next,
2189 list_add(&reloc_root->root_list, &reloc_roots);
2192 list_splice(&reloc_roots, &rc->reloc_roots);
2206 LIST_HEAD(reloc_roots);
2212 list_splice_init(&rc->reloc_roots, &reloc_roots);
2215 while (!list_empty(&reloc_roots)) {
[all …]