• Home
  • Raw
  • Download

Lines Matching refs:reloc_roots

166 	struct list_head reloc_roots;  member
1314 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root()
2417 LIST_HEAD(reloc_roots); in prepare_to_merge()
2454 while (!list_empty(&rc->reloc_roots)) { in prepare_to_merge()
2455 reloc_root = list_entry(rc->reloc_roots.next, in prepare_to_merge()
2471 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
2474 list_splice(&reloc_roots, &rc->reloc_roots); in prepare_to_merge()
2505 LIST_HEAD(reloc_roots); in merge_reloc_roots()
2518 list_splice_init(&rc->reloc_roots, &reloc_roots); in merge_reloc_roots()
2521 while (!list_empty(&reloc_roots)) { in merge_reloc_roots()
2523 reloc_root = list_entry(reloc_roots.next, in merge_reloc_roots()
2536 &reloc_roots); in merge_reloc_roots()
2554 if (!list_empty(&reloc_roots)) in merge_reloc_roots()
2555 free_reloc_roots(&reloc_roots); in merge_reloc_roots()
2559 list_splice_init(&rc->reloc_roots, &reloc_roots); in merge_reloc_roots()
2561 if (!list_empty(&reloc_roots)) in merge_reloc_roots()
2562 free_reloc_roots(&reloc_roots); in merge_reloc_roots()
4314 INIT_LIST_HEAD(&rc->reloc_roots); in alloc_reloc_control()
4491 LIST_HEAD(reloc_roots); in btrfs_recover_relocation()
4537 list_add(&reloc_root->root_list, &reloc_roots); in btrfs_recover_relocation()
4563 if (list_empty(&reloc_roots)) in btrfs_recover_relocation()
4585 while (!list_empty(&reloc_roots)) { in btrfs_recover_relocation()
4586 reloc_root = list_entry(reloc_roots.next, in btrfs_recover_relocation()
4592 &rc->reloc_roots); in btrfs_recover_relocation()
4599 list_add_tail(&reloc_root->root_list, &reloc_roots); in btrfs_recover_relocation()
4629 if (!list_empty(&reloc_roots)) in btrfs_recover_relocation()
4630 free_reloc_roots(&reloc_roots); in btrfs_recover_relocation()