Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/fs/
H A 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/fs/ceph/
H A Dfile.c3084 ret = splice_file_range(src_file, &src_off, dst_file, &dst_off, in __ceph_copy_file_range()
3139 bytes = splice_file_range(src_file, &src_off, dst_file, in __ceph_copy_file_range()