Searched refs:splice (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/fs/btrfs/ ! |
D | ordered-data.c | 470 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()
|
D | disk-io.c | 3333 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/ ! |
D | Makefile | 13 pnode.o drop_caches.o splice.o sync.o utimes.o \
|
D | splice.c | 1689 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
/linux-3.4.99/arch/powerpc/include/asm/ ! |
D | systbl.h | 289 SYSCALL_SPU(splice)
|
/linux-3.4.99/arch/parisc/kernel/ ! |
D | syscall_table.S | 392 ENTRY_SAME(splice)
|
/linux-3.4.99/arch/x86/syscalls/ ! |
D | syscall_64.tbl | 284 275 common splice sys_splice
|
D | syscall_32.tbl | 322 313 i386 splice sys_splice
|
/linux-3.4.99/Documentation/filesystems/ ! |
D | vfs.txt | 855 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/ ! |
D | design.txt | 405 Future work will include a splice() interface to the ring-buffer.
|
/linux-3.4.99/Documentation/RCU/ ! |
D | RTFP.txt | 1563 @unpublished{CoreyMinyard2007list:splice:rcu
|