Home
last modified time | relevance | path

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

/linux-6.8/rust/alloc/vec/
Dmod.rs87 mod splice; module
3237 pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter, A> in splice() method
/linux-6.8/fs/
Dsplice.c1634 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
Dread_write.c1488 bool splice = flags & COPY_FILE_SPLICE; in vfs_copy_file_range() local