Searched refs:splice_file_range (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | splice.h | 88 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 D | splice.c | 1248 ssize_t splice_file_range(struct file *in, loff_t *ppos, struct file *out, in splice_file_range() function 1257 EXPORT_SYMBOL(splice_file_range);
|