Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsplice.h80 long vfs_splice_read(struct file *in, loff_t *ppos,
/openbmc/linux/fs/
H A Dsplice.c962 long vfs_splice_read(struct file *in, loff_t *ppos, in vfs_splice_read() function
995 EXPORT_SYMBOL_GPL(vfs_splice_read);
1069 ret = vfs_splice_read(in, &pos, pipe, len, flags); in splice_direct_to_actor()
1233 ret = vfs_splice_read(in, offset, opipe, len, flags); in splice_file_to_pipe()
/openbmc/linux/fs/coda/
H A Dfile.c115 ret = vfs_splice_read(in, ppos, pipe, len, flags); in coda_file_splice_read()
/openbmc/linux/fs/overlayfs/
H A Dfile.c450 ret = vfs_splice_read(real.file, ppos, pipe, len, flags); in ovl_splice_read()