Home
last modified time | relevance | path

Searched refs:splice_file_range (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dsplice.h88 ssize_t splice_file_range(struct file *in, loff_t *ppos, struct file *out,
95 return splice_file_range(in, &pos_in, out, &pos_out, len); in splice_copy_file_range()
/linux-6.12.1/fs/
Dsplice.c1253 ssize_t splice_file_range(struct file *in, loff_t *ppos, struct file *out, in splice_file_range() function
1262 EXPORT_SYMBOL(splice_file_range);
/linux-6.12.1/fs/ceph/
Dfile.c3085 ret = splice_file_range(src_file, &src_off, dst_file, &dst_off, in __ceph_copy_file_range()
3140 bytes = splice_file_range(src_file, &src_off, dst_file, in __ceph_copy_file_range()