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

/linux-master/include/linux/
H A Dsplice.h79 ssize_t vfs_splice_read(struct file *in, loff_t *ppos,
/linux-master/fs/coda/
H A Dfile.c113 ret = vfs_splice_read(in, ppos, pipe, len, flags);
/linux-master/fs/
H A Dbacking-file.c262 ret = vfs_splice_read(in, ppos, pipe, len, flags);
H A Dsplice.c989 * vfs_splice_read - Read data from a file and splice it into a pipe
1003 ssize_t vfs_splice_read(struct file *in, loff_t *ppos, function
1015 EXPORT_SYMBOL_GPL(vfs_splice_read); variable

Completed in 114 milliseconds