Searched refs:vfs_splice_read (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
D | splice.h | 80 long vfs_splice_read(struct file *in, loff_t *ppos,
|
/linux-6.6.21/fs/ |
D | splice.c | 962 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()
|
/linux-6.6.21/fs/coda/ |
D | file.c | 115 ret = vfs_splice_read(in, ppos, pipe, len, flags); in coda_file_splice_read()
|
/linux-6.6.21/fs/overlayfs/ |
D | file.c | 450 ret = vfs_splice_read(real.file, ppos, pipe, len, flags); in ovl_splice_read()
|