Lines Matching refs:splice
4412 struct list_head splice;
4414 INIT_LIST_HEAD(&splice);
4417 list_splice_init(&fs_info->ordered_roots, &splice);
4418 while (!list_empty(&splice)) {
4419 root = list_first_entry(&splice, struct btrfs_root,
4527 struct list_head splice;
4529 INIT_LIST_HEAD(&splice);
4532 list_splice_init(&root->delalloc_inodes, &splice);
4534 while (!list_empty(&splice)) {
4536 btrfs_inode = list_first_entry(&splice, struct btrfs_inode,
4562 struct list_head splice;
4564 INIT_LIST_HEAD(&splice);
4567 list_splice_init(&fs_info->delalloc_roots, &splice);
4568 while (!list_empty(&splice)) {
4569 root = list_first_entry(&splice, struct btrfs_root,