Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Drelocation.c163 struct list_head reloc_roots; member
502 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root()
1675 LIST_HEAD(reloc_roots); in prepare_to_merge()
1712 while (!list_empty(&rc->reloc_roots)) { in prepare_to_merge()
1713 reloc_root = list_first_entry(&rc->reloc_roots, in prepare_to_merge()
1724 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1756 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1776 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1787 list_splice(&reloc_roots, &rc->reloc_roots); in prepare_to_merge()
1811 LIST_HEAD(reloc_roots); in merge_reloc_roots()
[all …]