Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 4 of 4) sorted by relevance

/fs/btrfs/
Dordered-data.c470 struct list_head splice; in btrfs_wait_ordered_extents() local
475 INIT_LIST_HEAD(&splice); in btrfs_wait_ordered_extents()
478 list_splice_init(&root->fs_info->ordered_extents, &splice); in btrfs_wait_ordered_extents()
479 while (!list_empty(&splice)) { in btrfs_wait_ordered_extents()
480 cur = splice.next; in btrfs_wait_ordered_extents()
532 struct list_head splice; in btrfs_run_ordered_operations() local
534 INIT_LIST_HEAD(&splice); in btrfs_run_ordered_operations()
539 list_splice_init(&root->fs_info->ordered_operations, &splice); in btrfs_run_ordered_operations()
541 while (!list_empty(&splice)) { in btrfs_run_ordered_operations()
542 btrfs_inode = list_entry(splice.next, struct btrfs_inode, in btrfs_run_ordered_operations()
Ddisk-io.c3333 struct list_head splice; in btrfs_destroy_ordered_operations() local
3335 INIT_LIST_HEAD(&splice); in btrfs_destroy_ordered_operations()
3340 list_splice_init(&root->fs_info->ordered_operations, &splice); in btrfs_destroy_ordered_operations()
3341 while (!list_empty(&splice)) { in btrfs_destroy_ordered_operations()
3342 btrfs_inode = list_entry(splice.next, struct btrfs_inode, in btrfs_destroy_ordered_operations()
3356 struct list_head splice; in btrfs_destroy_ordered_extents() local
3360 INIT_LIST_HEAD(&splice); in btrfs_destroy_ordered_extents()
3364 list_splice_init(&root->fs_info->ordered_extents, &splice); in btrfs_destroy_ordered_extents()
3365 while (!list_empty(&splice)) { in btrfs_destroy_ordered_extents()
3366 ordered = list_entry(splice.next, struct btrfs_ordered_extent, in btrfs_destroy_ordered_extents()
[all …]
/fs/
DMakefile13 pnode.o drop_caches.o splice.o sync.o utimes.o \
Dsplice.c1691 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument