Searched refs:copy_splice_read (Results 1 - 15 of 15) sorted by relevance

/linux-master/fs/
H A Dproc_namespace.c320 .splice_read = copy_splice_read,
329 .splice_read = copy_splice_read,
338 .splice_read = copy_splice_read,
H A Dsplice.c302 * copy_splice_read - Copy data from a file and splice the copy into a pipe
321 ssize_t copy_splice_read(struct file *in, loff_t *ppos, function
402 EXPORT_SYMBOL(copy_splice_read); variable
984 return copy_splice_read(in, ppos, pipe, len, flags);
/linux-master/drivers/char/
H A Dmem.c669 .splice_read = copy_splice_read,
682 .splice_read = copy_splice_read,
H A Drandom.c1547 .splice_read = copy_splice_read,
1558 .splice_read = copy_splice_read,
/linux-master/fs/proc/
H A Dinode.c588 .splice_read = copy_splice_read,
614 .splice_read = copy_splice_read,
H A Dproc_sysctl.c857 .splice_read = copy_splice_read,
/linux-master/fs/9p/
H A Dvfs_file.c385 return copy_splice_read(in, ppos, pipe, len, flags);
/linux-master/fs/gfs2/
H A Dfile.c1584 .splice_read = copy_splice_read,
1615 .splice_read = copy_splice_read,
/linux-master/fs/smb/client/
H A Dcifsfs.c1579 .splice_read = copy_splice_read,
1633 .splice_read = copy_splice_read,
/linux-master/fs/kernfs/
H A Dfile.c1001 .splice_read = copy_splice_read,
/linux-master/drivers/tty/
H A Dtty_io.c468 .splice_read = copy_splice_read,
483 .splice_read = copy_splice_read,
/linux-master/fs/ceph/
H A Dfile.c2222 return copy_splice_read(in, ppos, pipe, len, flags);
2241 return copy_splice_read(in, ppos, pipe, len, flags);
/linux-master/include/linux/
H A Dfs.h3143 ssize_t copy_splice_read(struct file *in, loff_t *ppos,
/linux-master/net/
H A Dsocket.c1106 return copy_splice_read(file, ppos, pipe, len, flags);
/linux-master/kernel/trace/
H A Dtrace.c5041 .splice_read = copy_splice_read,

Completed in 228 milliseconds