Home
last modified time | relevance | path

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

/linux-3.4.99/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 …]
/linux-3.4.99/fs/ !
DMakefile13 pnode.o drop_caches.o splice.o sync.o utimes.o \
Dsplice.c1689 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
/linux-3.4.99/arch/powerpc/include/asm/ !
Dsystbl.h289 SYSCALL_SPU(splice)
/linux-3.4.99/arch/parisc/kernel/ !
Dsyscall_table.S392 ENTRY_SAME(splice)
/linux-3.4.99/arch/x86/syscalls/ !
Dsyscall_64.tbl284 275 common splice sys_splice
Dsyscall_32.tbl322 313 i386 splice sys_splice
/linux-3.4.99/Documentation/filesystems/ !
Dvfs.txt855 splice_write: called by the VFS to splice data from a pipe to a file. This
856 method is used by the splice(2) system call
858 splice_read: called by the VFS to splice data from file to a pipe. This
859 method is used by the splice(2) system call
/linux-3.4.99/tools/perf/ !
Ddesign.txt405 Future work will include a splice() interface to the ring-buffer.
/linux-3.4.99/Documentation/RCU/ !
DRTFP.txt1563 @unpublished{CoreyMinyard2007list:splice:rcu