Home
last modified time | relevance | path

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

/fs/
Dsplice.c953 long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, in do_splice_direct() function
982 EXPORT_SYMBOL(do_splice_direct);
Dread_write.c1257 retval = do_splice_direct(in.file, &pos, out.file, &out_pos, count, fl); in do_sendfile()
1386 return do_splice_direct(file_in, &pos_in, file_out, &pos_out, in generic_copy_file_range()
/fs/overlayfs/
Dcopy_up.c212 bytes = do_splice_direct(old_file, &old_pos, in ovl_copy_up_data()
/fs/ceph/
Dfile.c2428 ret = do_splice_direct(src_file, &src_off, dst_file, in __ceph_copy_file_range()
2484 bytes = do_splice_direct(src_file, &src_off, dst_file, in __ceph_copy_file_range()