Searched refs:do_splice_direct (Results 1 – 4 of 4) sorted by relevance
/fs/ |
D | splice.c | 956 long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, in do_splice_direct() function 985 EXPORT_SYMBOL(do_splice_direct);
|
D | read_write.c | 1249 retval = do_splice_direct(in.file, &pos, out.file, &out_pos, in do_sendfile() 1385 return do_splice_direct(file_in, &pos_in, file_out, &pos_out, in generic_copy_file_range()
|
/fs/overlayfs/ |
D | copy_up.c | 275 bytes = do_splice_direct(old_file, &old_pos, in ovl_copy_up_data()
|
/fs/ceph/ |
D | file.c | 2436 ret = do_splice_direct(src_file, &src_off, dst_file, in __ceph_copy_file_range() 2492 bytes = do_splice_direct(src_file, &src_off, dst_file, in __ceph_copy_file_range()
|