Lines Matching refs:splice
558 LIST_HEAD(splice);
567 list_splice_init(&root->ordered_extents, &splice);
568 while (!list_empty(&splice) && nr) {
569 ordered = list_first_entry(&splice, struct btrfs_ordered_extent,
596 list_splice_tail(&splice, &root->ordered_extents);
614 struct list_head splice;
617 INIT_LIST_HEAD(&splice);
621 list_splice_init(&fs_info->ordered_roots, &splice);
622 while (!list_empty(&splice) && nr) {
623 root = list_first_entry(&splice, struct btrfs_root,
640 list_splice_tail(&splice, &fs_info->ordered_roots);