Searched defs:splice (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | disk-io.c | 4797 struct list_head splice; in btrfs_destroy_all_ordered_extents() local 4909 struct list_head splice; in btrfs_destroy_delalloc_inodes() local 4940 struct list_head splice; in btrfs_destroy_all_delalloc_inodes() local
|
A D | ordered-data.c | 687 struct list_head splice; in btrfs_wait_ordered_roots() local
|
A D | inode.c | 9240 struct list_head splice; in start_delalloc_inodes() local 9334 struct list_head splice; in btrfs_start_delalloc_roots() local
|
/linux-6.3-rc2/rust/alloc/vec/ |
A D | mod.rs | 91 mod splice; module 2877 pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter, A> in splice() method
|
/linux-6.3-rc2/fs/ |
A D | splice.c | 1419 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
A D | read_write.c | 1481 bool splice = flags & COPY_FILE_SPLICE; in vfs_copy_file_range() local
|
Completed in 41 milliseconds