Home
last modified time | relevance | path

Searched refs:do_splice_direct (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/
H A Dsplice.c1170 long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, in do_splice_direct() function
1200 EXPORT_SYMBOL(do_splice_direct);
H A Dread_write.c1254 retval = do_splice_direct(in.file, &pos, out.file, &out_pos, in do_sendfile()
1392 return do_splice_direct(file_in, &pos_in, file_out, &pos_out, in generic_copy_file_range()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c306 bytes = do_splice_direct(old_file, &old_pos, in ovl_copy_up_file()
/openbmc/linux/fs/ceph/
H A Dfile.c2972 ret = do_splice_direct(src_file, &src_off, dst_file, in __ceph_copy_file_range()
3027 bytes = do_splice_direct(src_file, &src_off, dst_file, in __ceph_copy_file_range()
/openbmc/linux/include/linux/
H A Dfs.h2986 extern long do_splice_direct(struct file *in, loff_t *ppos, struct file *out,