Home
last modified time | relevance | path

Searched defs:splice (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/fs/btrfs/
Ddisk-io.c4872 struct list_head splice; in btrfs_destroy_all_ordered_extents() local
4984 struct list_head splice; in btrfs_destroy_delalloc_inodes() local
5015 struct list_head splice; in btrfs_destroy_all_delalloc_inodes() local
Dordered-data.c684 struct list_head splice; in btrfs_wait_ordered_roots() local
Dinode.c9555 struct list_head splice; in start_delalloc_inodes() local
9649 struct list_head splice; in btrfs_start_delalloc_roots() local
/Linux-v6.1/rust/alloc/vec/
Dmod.rs90 mod splice; module
2786 pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter, A> in splice() method
/Linux-v6.1/fs/
Dsplice.c1328 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
Dread_write.c1481 bool splice = flags & COPY_FILE_SPLICE; in vfs_copy_file_range() local