Searched refs:do_splice_direct (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dsplice.h86 ssize_t do_splice_direct(struct file *in, loff_t *ppos, struct file *out,
/linux-master/fs/
H A Dread_write.c1295 retval = do_splice_direct(in.file, &pos, out.file, &out_pos,
1553 * In any case, we call do_splice_direct() and not splice_file_range(),
1558 ret = do_splice_direct(file_in, &pos_in, file_out, &pos_out,
H A Dsplice.c1214 * do_splice_direct - splices data directly between two files
1230 ssize_t do_splice_direct(struct file *in, loff_t *ppos, struct file *out, function
1236 EXPORT_SYMBOL(do_splice_direct); variable
1248 * Like do_splice_direct(), but vfs_copy_file_range() already holds
/linux-master/fs/overlayfs/
H A Dcopy_up.c334 bytes = do_splice_direct(old_file, &old_pos,

Completed in 114 milliseconds