Lines Matching refs:root_list
646 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root()
684 if (!list_empty(&root->root_list)) { in __del_reloc_root()
686 list_del_init(&root->root_list); in __del_reloc_root()
1875 struct btrfs_root, root_list); in prepare_to_merge()
1876 list_del_init(&reloc_root->root_list); in prepare_to_merge()
1891 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1909 list_for_each_entry_safe(reloc_root, tmp, list, root_list) in free_reloc_roots()
1938 struct btrfs_root, root_list); in merge_reloc_roots()
1948 if (list_empty(&reloc_root->root_list)) in merge_reloc_roots()
1949 list_add_tail(&reloc_root->root_list, in merge_reloc_roots()
1964 list_del_init(&reloc_root->root_list); in merge_reloc_roots()
3787 list_add(&reloc_root->root_list, &reloc_roots); in btrfs_recover_relocation()
3838 struct btrfs_root, root_list); in btrfs_recover_relocation()
3839 list_del(&reloc_root->root_list); in btrfs_recover_relocation()
3842 list_add_tail(&reloc_root->root_list, in btrfs_recover_relocation()
3851 list_add_tail(&reloc_root->root_list, &reloc_roots); in btrfs_recover_relocation()