Lines Matching refs:splice
690 LIST_HEAD(splice);
699 list_splice_init(&root->ordered_extents, &splice);
700 while (!list_empty(&splice) && nr) {
701 ordered = list_first_entry(&splice, struct btrfs_ordered_extent,
728 list_splice_tail(&splice, &root->ordered_extents);
746 LIST_HEAD(splice);
751 list_splice_init(&fs_info->ordered_roots, &splice);
752 while (!list_empty(&splice) && nr) {
753 root = list_first_entry(&splice, struct btrfs_root,
770 list_splice_tail(&splice, &fs_info->ordered_roots);